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

/frameworks/native/cmds/installd/
H A Dinstalld.h152 int create_cache_path(char path[PKG_PATH_MAX], const char *src);
H A Dcommands.c395 if (create_cache_path(src_dex, src)) return -1;
396 if (create_cache_path(dst_dex, dst)) return -1;
412 if (create_cache_path(dex_path, path)) return -1;
456 if (!create_cache_path(path, apkpath)) {
543 int create_cache_path(char path[PKG_PATH_MAX], const char *src) function
682 if (create_cache_path(out_path, apk_path)) {

Completed in 300 milliseconds