Searched refs:parsing_file (Results 1 – 2 of 2) sorted by relevance
199 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate() local200 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() local381 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()
108 bool PrepareParse(std::string& parsing_file, const bool createSnapshot);149 bool CreateSnapshot::PrepareParse(std::string& parsing_file, const bool createSnapshot) { in PrepareParse() argument150 parsing_file_ = parsing_file; in PrepareParse()