Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcreate_cow.cpp69 std::string parsing_file_; member in android::snapshot::CreateSnapshot
131 parsing_file_ = parsing_file; in PrepareParse()
141 target_fd_.reset((open(parsing_file_.c_str(), O_RDONLY))); in PrepareParse()
143 LOG(ERROR) << "open failed: " << parsing_file_; in PrepareParse()
357 unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file_.c_str(), O_RDONLY))); in ReadBlocks()
359 LOG(ERROR) << "open failed: " << parsing_file_; in ReadBlocks()
371 LOG(ERROR) << "Failed to read block from block device: " << parsing_file_ in ReadBlocks()
419 unique_fd fd(TEMP_FAILURE_RETRY(open(parsing_file_.c_str(), O_RDONLY))); in ParsePartition()
421 LOG(ERROR) << "open failed: " << parsing_file_; in ParsePartition()
427 LOG(ERROR) << "Could not determine block device size: " << parsing_file_; in ParsePartition()