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

/frameworks/native/cmds/installd/
H A Dcommands.c435 if (create_cache_path(src_dex, src, instruction_set)) return -1;
436 if (create_cache_path(dst_dex, dst, instruction_set)) return -1;
456 if (create_cache_path(dex_path, path, instruction_set)) return -1;
502 if (!create_cache_path(path, apkpath, instruction_set)) {
588 int create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) function
935 if (create_cache_path(out_path, apk_path, instruction_set)) {
H A Dinstalld.h159 int create_cache_path(char path[PKG_PATH_MAX], const char *src,

Completed in 52 milliseconds