Searched refs:local_path (Results 1 – 1 of 1) sorted by relevance
99 std::string local_path = target_directory + "/" + img_zip_name; in download_images() local100 if (!build_api->ArtifactToFile(build, img_zip_name, local_path)) { in download_images()102 << local_path; in download_images()106 std::vector<std::string> files = ExtractImages(local_path, target_directory, images); in download_images()108 LOG(ERROR) << "Could not extract " << local_path; in download_images()111 if (unlink(local_path.c_str()) != 0) { in download_images()112 LOG(ERROR) << "Could not delete " << local_path; in download_images()113 files.push_back(local_path); in download_images()132 std::string local_path = target_directory + "/" + target_zip; in download_target_files() local133 if (!build_api->ArtifactToFile(build, target_zip, local_path)) { in download_target_files()[all …]