Searched refs:mapped_path (Results 1 – 1 of 1) sorted by relevance
60 std::string mapped_path = image_file.path; in ParseTargetFile() local63 mapped_path = work_dir_ + fstab_info.mount_point + ".img"; in ParseTargetFile()65 if (rename(image_file.path, mapped_path.c_str()) != 0) { in ParseTargetFile()66 PLOG(ERROR) << "Failed to rename " << image_file.path << " to " << mapped_path; in ParseTargetFile()72 << " to " << mapped_path; in ParseTargetFile()76 FakeBlockDevice(fstab_info.blockdev_name, fstab_info.mount_point, mapped_path)); in ParseTargetFile()