Searched refs:AssemblyPath (Results 1 – 7 of 7) sorted by relevance
388 SharedFD temp = SharedFD::Creat(config.AssemblyPath("restore"), 0660); in InitFilesystemAndCreateConfig()409 if (log->LinkAtCwd(config.AssemblyPath("assemble_cvd.log"))) { in InitFilesystemAndCreateConfig()411 << config.AssemblyPath("assemble_cvd.log") in InitFilesystemAndCreateConfig()
2170 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
392 CHECK(RemoveFile(config_.AssemblyPath("restore"))); in RestartRunCvd()394 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd()
211 auto assembly_path = config.AssemblyPath("assemble_cvd.log"); in ConfigureLogs()
63 SaveFile(writer, "cuttlefish_assembly/" + path, config->AssemblyPath(path)); in CvdHostBugreportMain()
78 return FileExists(config.AssemblyPath("restore")); in IsRestoring()674 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig
103 std::string AssemblyPath(const std::string&) const;