Home
last modified time | relevance | path

Searched refs:create_cache_path (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld_deps.h56 extern bool create_cache_path(char path[PKG_PATH_MAX],
Dinstalld.cpp64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function
Dotapreopt.cpp685 bool create_cache_path(char path[PKG_PATH_MAX], in create_cache_path() function
Ddexopt.cpp907 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
DInstalldNativeService.cpp1532 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function
247 EXPECT_TRUE(create_cache_path(buf, "/path/to/file.apk", "isa")); in TEST_F()
Dinstalld_cache_test.cpp63 bool create_cache_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, in create_cache_path() function
Dinstalld_dexopt_test.cpp84 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function