Searched refs:parsing_file (Results 1 – 2 of 2) sorted by relevance
178 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate() local179 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() local344 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()
101 bool PrepareParse(std::string& parsing_file, const bool createSnapshot);130 bool CreateSnapshot::PrepareParse(std::string& parsing_file, const bool createSnapshot) { in PrepareParse() argument131 parsing_file_ = parsing_file; in PrepareParse()