Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp178 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate() local
179 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in PrepareUpdate()
181 LOG(ERROR) << "Failed to open file: " << parsing_file; in PrepareUpdate()
186 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in PrepareUpdate()
342 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice() local
344 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in CreateSnapshotDevice()
346 LOG(ERROR) << "Failed to open file: " << parsing_file; in CreateSnapshotDevice()
352 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in CreateSnapshotDevice()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
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()