Home
last modified time | relevance | path

Searched defs:config_path (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/tools/asuite/adevice/src/
H A Dtracking.rs22 config_path: String, field
317 let config_path = home_dir.path().join("config.json").display().to_string(); in load_creates_new_config_with_droid() localVariable
326 let config_path = home_dir.path().join("config.json").display().to_string(); in track_updates_config_file() localVariable
342 let config_path = Config::default_path(&path(&home_dir)).context("Writing config")?; in untrack_updates_config() localVariable
/aosp_15_r20/external/wpa_supplicant_8/hostapd/aidl/tests/
H A Dunittests.cpp188 std::string config_path = WriteHostapdConfig("wlan42", mWlan42_tethered_config, "", false); in TEST_F() local
198 std::string config_path = WriteHostapdConfig("wlan42", mWlan42_tethered_config, "", false); in TEST_F() local
206 std::string config_path = WriteHostapdConfig("wlan42", mWlan42_tethered_config, "", false); in TEST_F() local
/aosp_15_r20/tools/acloud/setup/
H A Dgcp_setup_runner.py65 def UpdateConfigFile(config_path, item, value): argument
100 def SetupSSHKeys(config_path, private_key_path, public_key_path): argument
245 def __init__(self, config_path): argument
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc32 static bool VerifyNodes(const std::string& config_path) { in VerifyNodes()
111 std::string config_path; in main() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py78 def _update_file_paths(config, config_path): argument
106 def _validate_testbed_configs(testbed_configs, config_path): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_runtime_config.py123 def __init__(self, config_path=None, raw_data=None): argument
232 def config_path(self): member in CvdRuntimeConfig
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp103 DiskBuilder& DiskBuilder::ConfigPath(std::string config_path) & { in ConfigPath()
107 DiskBuilder DiskBuilder::ConfigPath(std::string config_path) && { in ConfigPath()
/aosp_15_r20/external/skia/gn/
H A Dgn_to_bp.py711 def write_android_config(config_path, defines, isNDKConfig = False): argument
727 def write_config(config_path, defines, platform): argument
/aosp_15_r20/tools/netsim/rust/hostapd-rs/src/
H A Dhostapd.rs103 config_path: PathBuf, field
188 let config_path = self.config_path.to_string_lossy().into_owned(); in run() localVariable
/aosp_15_r20/external/cronet/testing/libfuzzer/tests/
H A Dcheck_fuzzer_config.py18 config_path = os.path.join(os.path.dirname(sys.argv[0]), sys.argv[1]) variable
/aosp_15_r20/tools/netsim/rust/daemon/src/wifi/
H A Dhostapd.rs24 let config_path = get_discovery_directory().join("hostapd.conf"); in hostapd_run() localVariable
/aosp_15_r20/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp285 const std::string& config_path, in ExtractConfiguration()
437 ConfigurationParser::ConfigurationParser(std::string contents, const std::string& config_path) in ConfigurationParser()
/aosp_15_r20/system/linkerconfig/modules/
H A Dconfigparser.cc34 Result<LinkerConfig> ParseLinkerConfig(const std::string& config_path) { in ParseLinkerConfig()
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/
H A Dmain.cc31 const std::string config_path = absl::GetFlag(FLAGS_input_config); in main() local
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/
Drelay_tool.py45 def get_relay_device(config_path, testbed_name, device_name): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
Dtshark.py25 def __init__(self, config_path, logger, base_configs=None): argument
Dtcpdump.py26 def __init__(self, config_path, logger, base_configs=None): argument
/aosp_15_r20/external/python/mobly/mobly/controllers/sniffer_lib/local/
Dtcpdump.py23 def __init__(self, config_path, logger, base_configs=None): argument
Dtshark.py23 def __init__(self, config_path, logger, base_configs=None): argument
/aosp_15_r20/external/fmtlib/support/
H A Dmkdocs39 config_path = os.path.join(support_dir, 'mkdocs.yml') variable
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/
Dese_config.cpp48 string config_path = findConfigPath(); in EseConfig() local
/aosp_15_r20/tools/netsim/rust/hostapd-rs/tests/
H A Dintegration_test.rs35 let config_path = env::temp_dir().join("hostapd.conf"); in init_test_hostapd() localVariable
/aosp_15_r20/packages/modules/Virtualization/libs/libmicrodroid_payload_metadata/
Dmetadata.proto34 string config_path = 4; field
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc51 string config_path = findConfigPath(); in EseConfig() local
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dese_config.cpp49 string config_path = findConfigPath(); in EseConfig() local

123