Home
last modified time | relevance | path

Searched defs:cacheDir (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DCacheManager.java48 File cacheDir = context.getExternalCacheDir(); in getCache() local
75 File cacheDir = context.getExternalCacheDir(); in removeOldFilesIfNecessary() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryAppImpl.java93 File cacheDir = new File(getExternalCacheDir(), DOWNLOAD_FOLDER); in getDownloadCache() local
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorage.java194 public static File prepareStorage(File cacheDir) { in prepareStorage()
202 private static File getClipDir(File cacheDir) { in getClipDir()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCacheStorageUsageInfo.java57 File cacheDir = mContext.getExternalCacheDir(); in loadStorageInfo() local
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp119 int CompilationBuilder::setCaching(const std::string& cacheDir, const uint8_t* token) { in setCaching()
DManager.cpp404 const auto& cacheDir = std::get<CacheDir>(cacheInfo.variant); in getCacheHandles() local
DNeuralNetworks.cpp1225 const char* cacheDir, const uint8_t* token) { in ANeuralNetworksCompilation_setCaching()
/packages/modules/NeuralNetworks/runtime/test/
DTestNeuralNetworksWrapper.h305 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) { in setCaching()
DTestGenerated.cpp433 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
DTestCompilationCaching.cpp364 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
DSupportLibraryTestGenerated.cpp531 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
DTestPartitioning.cpp2613 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h509 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) {
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h402 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) { in setCaching()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java757 File cacheDir = getContext().getCacheDir(); in getBackup() local