Home
last modified time | relevance | path

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

/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc504 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/
Dflags.cc1057 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 …]
Ddisk_flags.cc239 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 …]
Dassemble_cvd.cc520 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/
Dconfig_flag.cpp61 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 Dgflags_google.h72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
H A Dgflags.h247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value…
/aosp_15_r20/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp137 SetCommandLineOptionWithMode("mac_prefix", wifi_mac_prefix, in main()
/aosp_15_r20/external/gflags/src/
H A Dgflags_ns.h.in72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
H A Dgflags.cc1639 string SetCommandLineOptionWithMode(const char* name, const char* value, in SetCommandLineOptionWithMode() function
1657 return SetCommandLineOptionWithMode(name, value, SET_FLAGS_VALUE); in SetCommandLineOption()
H A Dgflags.h.in247 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/
Dflag_forwarder.cc322 gflags::SetCommandLineOptionWithMode( in UpdateFlagDefaults()