Home
last modified time | relevance | path

Searched defs:use_sdcard (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/shared/slim/
Dconfig_slim.json6 "use_sdcard" : false boolean
/aosp_15_r20/device/google/cuttlefish/shared/wear/
Dconfig_wear.json6 "use_sdcard" : false boolean
/aosp_15_r20/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_slim.json7 "use_sdcard": false boolean
DTC_wear.json7 "use_sdcard": false boolean
/aosp_15_r20/device/google/cuttlefish/shared/minidroid/
Dconfig_minidroid.json14 "use_sdcard" : false boolean
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp689 void CuttlefishConfig::MutableInstanceSpecific::set_use_sdcard(bool use_sdcard) { in set_use_sdcard()
692 bool CuttlefishConfig::InstanceSpecific::use_sdcard() const { in use_sdcard() function in cuttlefish::CuttlefishConfig::InstanceSpecific