Home
last modified time | relevance | path

Searched refs:parsing_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp183 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate() local
184 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in PrepareUpdate()
186 LOG(ERROR) << "Failed to open file: " << parsing_file; in PrepareUpdate()
191 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in PrepareUpdate()
363 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice() local
365 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in CreateSnapshotDevice()
367 LOG(ERROR) << "Failed to open file: " << parsing_file; in CreateSnapshotDevice()
373 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in CreateSnapshotDevice()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcreate_cow.cpp101 bool PrepareParse(std::string& parsing_file, const bool createSnapshot);
130 bool CreateSnapshot::PrepareParse(std::string& parsing_file, const bool createSnapshot) { in PrepareParse() argument
131 parsing_file_ = parsing_file; in PrepareParse()