Home
last modified time | relevance | path

Searched defs:storage_path (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator_runner_test.cc121 std::string storage_path = ::testing::TempDir() + "/storage_path.fb"; in CheckConfigurations() local
215 std::string storage_path = ::testing::TempDir() + "/storage_path.fb"; in TEST_F() local
251 std::string storage_path = ::testing::TempDir() + "/storage_path.fb"; in TEST_F() local
H A Dvalidator_runner.cc48 const std::string& storage_path, in ValidatorRunner()
63 const std::string& storage_path, in ValidatorRunner()
H A Dvalidator_runner_entrypoint.cc89 const std::string storage_path = argv[4]; in Java_org_tensorflow_lite_acceleration_validation_entrypoint() local
H A Dmini_benchmark_implementation.cc44 const std::string& storage_path) in MemoizedBestAccelerationSelector()
/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.h124 const std::string storage_path; member
299 std::string storage_path = ""; member
H A Durl_request_context_config.cc265 const std::string& storage_path, in URLRequestContextConfig()
305 const std::string& storage_path, in CreateURLRequestContextConfig()
H A Dcronet_prefs_manager.cc211 const std::string& storage_path, in CronetPrefsManager()
H A Dcronet_context.cc382 base::FilePath storage_path( in BuildDefaultURLRequestContext() local
/aosp_15_r20/external/cronet/components/cronet/android/proto/
H A Drequest_context_config.proto11 optional string storage_path = 2; field
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_request_context_config_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/
Drequest_context_config.pb.h508 inline const std::string& RequestContextConfigOptions::storage_path() const { in storage_path() function
549 inline void RequestContextConfigOptions::set_allocated_storage_path(std::string* storage_path) { in set_allocated_storage_path()
/aosp_15_r20/external/libchrome/base/android/
H A Dpath_utils.cc76 FilePath storage_path(ConvertJavaStringToUTF8(path)); in GetExternalStorageDirectory() local
/aosp_15_r20/external/cronet/base/android/
H A Dpath_utils.cc88 FilePath storage_path(ConvertJavaStringToUTF8(path)); in GetExternalStorageDirectory() local
/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_fuzzer.cpp43 const char* storage_path = "/storage/fuzzer/0"; variable