Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc337 std::string system_target_dir = target_dir + "/system"; in FetchCvdMain() local
338 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()