Searched refs:create_cache_path (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/installd/ |
D | installd_deps.h | 56 extern bool create_cache_path(char path[PKG_PATH_MAX],
|
D | installd.cpp | 64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function
|
D | otapreopt.cpp | 685 bool create_cache_path(char path[PKG_PATH_MAX], in create_cache_path() function
|
D | dexopt.cpp | 907 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
|
D | InstalldNativeService.cpp | 1532 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 64 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()
|
D | installd_cache_test.cpp | 63 bool create_cache_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, in create_cache_path() function
|
D | installd_dexopt_test.cpp | 84 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function
|