Home
last modified time | relevance | path

Searched defs:config_file_path (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dheader_abi_diff.cpp161 llvm::SmallString<128> config_file_path(dump_file_path); in GetConfigFilePath() local
194 static void ReadConfigFile(const std::string &config_file_path) { in ReadConfigFile()
234 const std::string config_file_path = GetConfigFilePath(old_dump); in main() local
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dlinux.rs288 let config_file_path = test_dir.join(VM_JSON_CONFIG_FILE); in generate_json_config_file() localVariable
359 let config_file_path = TestVmSys::generate_json_config_file(test_dir, cfg)?; in append_config_file_arg() localVariable
H A Dwindows.rs282 let config_file_path = logs_path.join(VM_JSON_CONFIG_FILE); in generate_json_config_file() localVariable
377 let config_file_path = TestVmSys::generate_json_config_file( in append_config_file_arg() localVariable
/aosp_15_r20/external/selinux/policycoreutils/newrole/
H A Dnewrole.c253 const char *config_file_path = PAM_SERVICE_CONFIG; in process_pam_config() local
303 const char *config_file_path = PAM_SERVICE_CONFIG; in read_pam_config() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/shared/
H A Dshared_utils.h27 int ensureConfigFileExistsAtPath(const std::string& config_file_path) { in ensureConfigFileExistsAtPath()
/aosp_15_r20/external/webrtc/rtc_tools/network_tester/
H A Dconfig_reader.cc20 ConfigReader::ConfigReader(const std::string& config_file_path) in ConfigReader()
H A Dpacket_sender.cc77 const std::string& config_file_path) in PacketSender()
H A Dtest_controller.cc26 const std::string& config_file_path, in TestController()
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dlaunch_reporter.cc40 const char *config_file_path) { in LaunchReporter()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DEffectMain.cpp31 static inline std::string config_file_path() { in config_file_path() function
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dcli_config.py36 def __init__(self, config_file_path=None): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/chromeos/
Dparameter_provider.cc30 std::string config_file_path; variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux/
Dparameter_provider.cc30 std::string config_file_path; variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/host/
Dparameter_provider.cc31 std::string config_file_path; variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc30 std::string config_file_path; variable
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc131 for (base::FilePath config_file_path = file_enumerator.Next(); in LoadFromPath() local
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp583 auto config_file_path = in Get() local
591 auto config_file_path = StringFromEnv(kCuttlefishConfigEnvVarName, in ConfigExists() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dhooks.py39 config_file_path=None): argument
H A Dlocal_cli_wrapper.py53 config_file_path=False): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc54 TestStorageModule(std::string config_file_path, std::chrono::milliseconds config_save_delay, in TestStorageModule()
Dstorage_module.cc66 StorageModule::StorageModule(std::string config_file_path, in StorageModule()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Dsupplicant.cpp113 const std::string& config_file_path, in ensureConfigFileExists()
/aosp_15_r20/art/libnativeloader/
H A Dpublic_libraries.cpp121 const std::string config_file_path = std::string(dirname) + std::string("/") + filename; in ReadExtensionLibraries() local
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/
H A Davd.py735 def _UpdateAvdConfigFile(self, config_file_path, avd_settings): argument