Searched refs:DefaultHostArtifactsPath (Results 1 – 17 of 17) sorted by relevance
78 return DefaultHostArtifactsPath("etc/cvd_avb_testkey_rsa2048.pem"); in TestKeyRsa2048()82 return DefaultHostArtifactsPath("etc/cvd_avb_testkey_rsa4096.pem"); in TestKeyRsa4096()86 return DefaultHostArtifactsPath("etc/cvd_rsa2048.avbpubkey"); in TestPubKeyRsa2048()90 return DefaultHostArtifactsPath("etc/cvd_rsa4096.avbpubkey"); in TestPubKeyRsa4096()140 return DefaultHostArtifactsPath("etc/automotive/vhalconfig"); in VhalProxyServerConfig()
107 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function113 return DefaultHostArtifactsPath("bin"); in HostBinaryDir()140 return DefaultHostArtifactsPath("usr/share/" + binary_name); in HostUsrSharePath()145 return DefaultHostArtifactsPath( in HostQemuBiosPath()
44 auto full_path = DefaultHostArtifactsPath(path); in DirectoryCrc()63 std::async(FileCrc, DefaultHostArtifactsPath(file))); in DirectoryCrc()
87 DefaultHostArtifactsPath("etc/cvd_config/cvd_config_" + name + ".json"); in ReadConfig()99 auto config_path = DefaultHostArtifactsPath("etc/cvd_config"); in Process()
50 std::string DefaultHostArtifactsPath(const std::string& file);
172 DefaultHostArtifactsPath("etc/cvd_custom_action_config"); in DefaultCustomActionConfig()
42 std::string DeviceConfig::DefaultHostArtifactsPath(const std::string& file) { in DefaultHostArtifactsPath() function in cuttlefish::modem::DeviceConfig43 return cuttlefish::DefaultHostArtifactsPath(file); in DefaultHostArtifactsPath()
32 static std::string DefaultHostArtifactsPath(const std::string& file);
195 auto file = cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath( in InitializeSimOperator()
399 cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath(ss.str()); in InitializeSimFileSystemAndSimState()
70 using cuttlefish::DefaultHostArtifactsPath;591 std::string bin_folder = DefaultHostArtifactsPath("bin"); in ReadGuestConfig()1929 std::string default_bootloader = DefaultHostArtifactsPath("etc/bootloader_"); in SetDefaultFlagsForQemu()1981 cur_bootloader = DefaultHostArtifactsPath("etc/bootloader_"); in SetDefaultFlagsForCrosvm()2052 auto path = DefaultHostArtifactsPath("etc/mcu_config.json"); in SetDefaultFlagsForMcu()2063 DefaultHostArtifactsPath("etc/openwrt/images/openwrt_kernel_x86_64") in SetDefaultFlagsForOpenwrt()2068 DefaultHostArtifactsPath("etc/openwrt/images/openwrt_rootfs_x86_64") in SetDefaultFlagsForOpenwrt()2074 DefaultHostArtifactsPath("etc/openwrt/images/openwrt_kernel_aarch64") in SetDefaultFlagsForOpenwrt()2079 DefaultHostArtifactsPath("etc/openwrt/images/openwrt_rootfs_aarch64") in SetDefaultFlagsForOpenwrt()2181 return DefaultHostArtifactsPath(kSeccompDir); in GetSeccompPolicyDir()
216 DefaultHostArtifactsPath("usr/share/webrtc/assets")218 DefaultHostArtifactsPath("usr/share/webrtc/certs")
254 std::string otatools_path = DefaultHostArtifactsPath(""); in BuildSuperImage()
437 setenv("ANDROID_DATA", cuttlefish::DefaultHostArtifactsPath("").c_str(), /* overwrite */ 0); in main()438 …setenv("ANDROID_TZDATA_ROOT", cuttlefish::DefaultHostArtifactsPath("").c_str(), /* overwrite */ 0); in main()439 setenv("ANDROID_ROOT", cuttlefish::DefaultHostArtifactsPath("").c_str(), /* overwrite */ 0); in main()
38 DefaultHostArtifactsPath("etc/automotive/proxy_config.json")); in AutomotiveProxyService()
277 DefaultHostArtifactsPath("usr/share/webrtc/assets")); in Commands()
251 "--host_artifacts_path=" + DefaultHostArtifactsPath(""), in StartSubprocesses()