Searched refs:local_path (Results 1 – 1 of 1) sorted by relevance
104 std::string local_path = target_directory + "/" + img_zip_name; in download_images() local105 if (!build_api->ArtifactToFile(build, img_zip_name, local_path)) { in download_images()107 << local_path; in download_images()111 std::vector<std::string> files = ExtractImages(local_path, target_directory, images); in download_images()113 LOG(ERROR) << "Could not extract " << local_path; in download_images()116 if (unlink(local_path.c_str()) != 0) { in download_images()117 LOG(ERROR) << "Could not delete " << local_path; in download_images()118 files.push_back(local_path); in download_images()137 std::string local_path = target_directory + "/" + target_zip; in download_target_files() local138 if (!build_api->ArtifactToFile(build, target_zip, local_path)) { in download_target_files()[all …]