Home
last modified time | relevance | path

Searched refs:create_cache_path (Results 1 – 9 of 9) 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.cpp672 bool create_cache_path(char path[PKG_PATH_MAX], in create_cache_path() function
Ddexopt.cpp1014 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
DInstalldNativeService.cpp2310 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
/frameworks/native/cmds/installd/tests/fuzzers/
DInstalldServiceFuzzer.cpp38 bool create_cache_path(char path[PKG_PATH_MAX], const char* src, const char* instruction_set) { in create_cache_path() function
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp64 bool create_cache_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, in create_cache_path() function
Dinstalld_service_test.cpp115 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function
488 EXPECT_TRUE(create_cache_path(buf, "/path/to/file.apk", "isa")); in TEST_F()
Dinstalld_dexopt_test.cpp72 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() function