Searched refs:SetPath (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 233 void CuttlefishConfig::SetPath(const std::string& key, in SetPath() function in cuttlefish::CuttlefishConfig 242 SetPath(kKernelImagePath, kernel_image_path); in set_kernel_image_path() 265 SetPath(kDecompressedKernelImagePath, path); in set_decompressed_kernel_image_path() 281 SetPath(kRamdiskImagePath, ramdisk_image_path); in set_ramdisk_image_path() 288 SetPath(kInitramfsPath, initramfs_path); in set_initramfs_path() 296 SetPath(kFinalRamdiskPath, final_ramdisk_path); in set_final_ramdisk_path() 304 SetPath(kVendorRamdiskImagePath, vendor_ramdisk_image_path); in set_vendor_ramdisk_image_path() 316 SetPath(kCuttlefishEnvPath, path); in set_cuttlefish_env_path() 439 SetPath(kSeccompPolicyDir, seccomp_policy_dir); in set_seccomp_policy_dir() 544 SetPath(kLogcatReceiverBinary, binary); in set_logcat_receiver_binary() [all …]
|
D | cuttlefish_config.h | 477 void SetPath(const std::string& key, const std::string& path);
|