Searched refs:system_target_dir (Results 1 – 1 of 1) sorted by relevance
337 std::string system_target_dir = target_dir + "/system"; in FetchCvdMain() local338 if (mkdir(system_target_dir.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in FetchCvdMain()339 LOG(FATAL) << "Could not create " << system_target_dir; in FetchCvdMain()342 download_target_files(&build_api, system_build, system_target_dir); in FetchCvdMain()