Home
last modified time | relevance | path

Searched refs:kConfigFilePath (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/mainline/
H A Dmainline_supplicant.cpp15 const std::string kConfigFilePath = "/apex/com.android.wifi/etc/mainline_supplicant.conf"; variable
32 if (ensureConfigFileExistsAtPath(kConfigFilePath) != 0) { in addUsdInterface()
33 wpa_printf(MSG_ERROR, "Unable to find config file at %s", kConfigFilePath.c_str()); in addUsdInterface()
41 iface_params.confname = kConfigFilePath.c_str(); in addUsdInterface()
/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_device_fuzzer.cpp41 const std::string kConfigFilePath = "/data/local/tmp/config"; variable
77 int32_t fd = memfd_create(kConfigFilePath.c_str(), MFD_ALLOW_SEALING); in LLVMFuzzerTestOneInput()
186 int32_t filefd = open(kConfigFilePath.c_str(), O_CREAT | O_RDWR); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Doptimized_decoder_test.cc57 static char kConfigFilePath[] = variable
63 auto status = internal::StdReadFileToString(kConfigFilePath, &config); in TEST()
H A Doptimized_encoder_test.cc62 static char kConfigFilePath[] = variable
143 auto status = internal::StdReadFileToString(kConfigFilePath, &config); in TEST()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Dsupplicant.h104 static const char kConfigFilePath[]; variable