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

/frameworks/native/cmds/installd/
H A Dinstalld_deps.h56 extern bool create_cache_path(char path[PKG_PATH_MAX],
H A Dinstalld.cpp64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { function in namespace:android::installd
H A Dotapreopt.cpp843 bool create_cache_path(char path[PKG_PATH_MAX], function in namespace:android::installd
H A Ddexopt.cpp1175 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) {
H A DInstalldNativeService.cpp1192 if (!create_cache_path(dex_path, path, instruction_set)) {
/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp56 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { function in namespace:android::installd
239 EXPECT_TRUE(create_cache_path(buf, "/path/to/file.apk", "isa"));
H A Dinstalld_cache_test.cpp63 bool create_cache_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, function in namespace:android::installd
H A Dinstalld_dexopt_test.cpp79 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { function in namespace:android::installd

Completed in 96 milliseconds