/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScriptCacheDir.java | 40 public static void setupDiskCache(File cacheDir) { in setupDiskCache()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiled_cache.cpp | 40 const std::string& cacheDir, in Save() 63 OH_NN_ReturnCode NNCompiledCache::Restore(const std::string& cacheDir, in Restore() 164 const std::string& cacheDir, in GenerateCacheFiles() 193 const std::string& cacheDir, in GenerateCacheModel()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.h | 44 std::string cacheDir; member 100 std::string cacheDir; member
|
H A D | nnrt_delegate_provider.cpp | 164 std::string cacheDir = params.Get<std::string>("cache_dir"); in MapParams() local
|
H A D | nnrt_delegate_kernel.cpp | 405 std::string cacheDir = delegateOptions.cacheDir; in SetNnOptions() local
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 31 std::string cacheDir; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/ |
H A D | application_context.cpp | 58 const std::string cacheDir = appContext->GetCacheDir(); in OH_AbilityRuntime_ApplicationContextGetCacheDir() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/ |
H A D | capi_ability_runtime_application_context_test.cpp | 254 std::string cacheDir = contextImpl->GetCacheDir(); variable 283 std::string cacheDir = contextImpl->GetCacheDir(); variable
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | FontFallbackSetup.java | 52 final File cacheDir = new File(targetCtx.getCacheDir(), testSubDir); in FontFallbackSetup() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 496 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable 533 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 966 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable 1003 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageCacher.java | 54 public PackageCacher(@NonNull File cacheDir) { in PackageCacher()
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_service_agent.cpp | 144 std::string cacheDir = context->GetCacheDir(); in CheckAndCreateHiviewDir() local
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/ |
H A D | nn_compiled_cache_test.cpp | 494 std::string cacheDir = "mock"; variable 512 std::string cacheDir = "/data/data"; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
H A D | dentry_meta_file_test.cpp | 112 std::string cacheDir = variable
|
H A D | dentry_meta_file_clouddisk_test.cpp | 145 std::string cacheDir = variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_ui_director_test.cpp | 205 std::string cacheDir = "/data/log"; variable
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageParserTest.java | 717 CachePackageNameParser(@Nullable File cacheDir) { in CachePackageNameParser() 734 void setCacheDir(@NonNull File cacheDir) { in setCacheDir()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 123 File cacheDir = mContext.getCacheDir(); in prepare() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | RegisteredServicesCacheTest.java | 71 File cacheDir = mContext.getCacheDir(); in setUp() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.cpp | 86 std::string cacheDir = "/data/storage/el2/base/temp"; in CreateAudioRenderer() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 346 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagepath, userId); in ConvertToLivePhoto() local 403 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/ |
H A D | napi_toneplayer.cpp | 121 std::string cacheDir = "/data/storage/el2/base/cache"; in Construct() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.cpp | 227 std::string cacheDir = "/data/storage/el2/base/temp"; in Initialize() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_impl_test.cpp | 1086 auto cacheDir = contextImpl->GetCacheDir(); variable
|