Home
last modified time | relevance | path

Searched defs:GetCacheDir (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dsimple_task_environment_wrapper_impl.cc95 std::string SimpleTaskEnvironmentWrapperImpl::GetCacheDir() { return ""; } in GetCacheDir() function in fcp::client::engine::jni::SimpleTaskEnvironmentWrapperImpl
/aosp_15_r20/external/federated-compute/fcp/client/testing/
H A Dutils.h101 std::string GetCacheDir() override { return base_dir_; } in GetCacheDir() function
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dpath_util.py334 def GetCacheDir(): function
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dclient_runner.h83 std::string GetCacheDir() override { in GetCacheDir() function