Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp199 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate() local
200 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in PrepareUpdate()
202 LOG(ERROR) << "Failed to open file: " << parsing_file; in PrepareUpdate()
207 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in PrepareUpdate()
379 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice() local
381 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file.c_str(), O_RDONLY))); in CreateSnapshotDevice()
383 LOG(ERROR) << "Failed to open file: " << parsing_file; in CreateSnapshotDevice()
389 LOG(ERROR) << "Could not determine block device size: " << parsing_file; in CreateSnapshotDevice()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcreate_cow.cpp108 bool PrepareParse(std::string& parsing_file, const bool createSnapshot);
149 bool CreateSnapshot::PrepareParse(std::string& parsing_file, const bool createSnapshot) { in PrepareParse() argument
150 parsing_file_ = parsing_file; in PrepareParse()