Searched refs:SetCommandLineOptionWithMode (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/gflags/test/ |
H A D | gflags_unittest.cc | 504 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAG_IF_DEFAULT); in TEST() 507 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT); in TEST() 511 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT); in TEST() 514 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAGS_VALUE); in TEST() 517 SetCommandLineOptionWithMode("test_str1", "fourth", SET_FLAGS_DEFAULT); in TEST() 523 SetCommandLineOptionWithMode("test_str2", "second", SET_FLAGS_DEFAULT); in TEST() 530 SetCommandLineOptionWithMode("test_str2", "third", SET_FLAGS_DEFAULT); in TEST() 533 SetCommandLineOptionWithMode("test_str2", "fourth", SET_FLAG_IF_DEFAULT); in TEST() 538 SetCommandLineOptionWithMode("test_str3", "second", SET_FLAGS_DEFAULT); in TEST() 542 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAGS_DEFAULT); in TEST() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 1057 SetCommandLineOptionWithMode("secure_hals", kRiscv64Secure, in InitializeCuttlefishConfiguration() 1062 SetCommandLineOptionWithMode("secure_hals", kDefaultSecure, in InitializeCuttlefishConfiguration() 1907 SetCommandLineOptionWithMode("enable_sandbox", default_enable_sandbox.c_str(), in InitializeCuttlefishConfiguration() 1912 SetCommandLineOptionWithMode("enable_virtiofs", in InitializeCuttlefishConfiguration() 1991 SetCommandLineOptionWithMode("start_webrtc", default_start_webrtc.c_str(), in SetDefaultFlagsForQemu() 1997 SetCommandLineOptionWithMode("memory_mb", "512", SET_FLAGS_VALUE); in SetDefaultFlagsForQemu() 2007 SetCommandLineOptionWithMode("bootloader", default_bootloader.c_str(), in SetDefaultFlagsForQemu() 2013 SetCommandLineOptionWithMode("android_efi_loader", in SetDefaultFlagsForQemu() 2087 SetCommandLineOptionWithMode("bootloader", default_bootloader.c_str(), in SetDefaultFlagsForCrosvm() 2093 SetCommandLineOptionWithMode("android_efi_loader", in SetDefaultFlagsForCrosvm() [all …]
|
D | disk_flags.cc | 239 SetCommandLineOptionWithMode("kernel_path", in ResolveInstanceFiles() 242 SetCommandLineOptionWithMode("initramfs_path", in ResolveInstanceFiles() 246 SetCommandLineOptionWithMode("boot_image", default_boot_image.c_str(), in ResolveInstanceFiles() 248 SetCommandLineOptionWithMode("init_boot_image", in ResolveInstanceFiles() 251 SetCommandLineOptionWithMode("data_image", default_data_image.c_str(), in ResolveInstanceFiles() 253 SetCommandLineOptionWithMode("super_image", default_super_image.c_str(), in ResolveInstanceFiles() 255 SetCommandLineOptionWithMode("misc_info_txt", default_misc_info_txt.c_str(), in ResolveInstanceFiles() 257 SetCommandLineOptionWithMode("vendor_boot_image", in ResolveInstanceFiles() 260 SetCommandLineOptionWithMode("vbmeta_image", default_vbmeta_image.c_str(), in ResolveInstanceFiles() 262 SetCommandLineOptionWithMode("vbmeta_system_image", in ResolveInstanceFiles() [all …]
|
D | assemble_cvd.cc | 520 SetCommandLineOptionWithMode("kernel_path", discovered_kernel.c_str(), in ExtractKernelParamsFromFetcherConfig() 523 SetCommandLineOptionWithMode("initramfs_path", discovered_ramdisk.c_str(), in ExtractKernelParamsFromFetcherConfig()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | config_flag.cpp | 61 gflags::SetCommandLineOptionWithMode("system_image_dir", path_.c_str(), in Process() 161 gflags::SetCommandLineOptionWithMode(flag.c_str(), value.c_str(), in Process()
|
/aosp_15_r20/external/gflags/android/gflags/ |
H A D | gflags_google.h | 72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
|
H A D | gflags.h | 247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value…
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/setup_wifi/ |
D | main.cpp | 137 SetCommandLineOptionWithMode("mac_prefix", wifi_mac_prefix, in main()
|
/aosp_15_r20/external/gflags/src/ |
H A D | gflags_ns.h.in | 72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
|
H A D | gflags.cc | 1639 string SetCommandLineOptionWithMode(const char* name, const char* value, in SetCommandLineOptionWithMode() function 1657 return SetCommandLineOptionWithMode(name, value, SET_FLAGS_VALUE); in SetCommandLineOption()
|
H A D | gflags.h.in | 247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value… 356 // e.g. SetCommandLineOptionWithMode calls) between the time of
|
/aosp_15_r20/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 322 gflags::SetCommandLineOptionWithMode( in UpdateFlagDefaults()
|