Home
last modified time | relevance | path

Searched refs:CACHE_DIR (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h30 constexpr const char* CACHE_DIR = "cache"; member
/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp42 const std::string CACHE_DIR = "/data/local/tmp/nnrt_st_cache"; member
381 const fs::path cachePath{CACHE_DIR}; in HWTEST_F()
386 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(compilationCacheExporter, CACHE_DIR.c_str(), CACHE_VERSION)); in HWTEST_F()
399 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(m_compilation, CACHE_DIR.c_str(), CACHE_VERSION)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp70 const std::string CACHE_DIR = "/data/app/el2/100/base/com.example.bundlekit.test/cache"; member
292 appInfo.cacheDir = CACHE_DIR; in AddApplicationInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp76 constexpr const char* CACHE_DIR = "cache"; member
940 if (ptr->d_type == DT_DIR && strcmp(ptr->d_name, CACHE_DIR) == 0) { in TraverseCacheDirectory()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp121 const std::string CACHE_DIR = "/data/app/el2/100/base/com.example.bundlekit.test/cache"; member
500 appInfo.cacheDir = CACHE_DIR; in AddApplicationInfo()
H A Dbms_bundle_kit_service_test.cpp153 const std::string CACHE_DIR = "/data/app/el2/100/base/com.example.bundlekit.test/cache"; member
602 appInfo.cacheDir = CACHE_DIR; in AddApplicationInfo()

Completed in 39 milliseconds