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

/frameworks/base/cmds/installd/
H A Dinstalld.h91 int create_cache_path(char path[PKG_PATH_MAX], const char *src);
H A Dcommands.c277 if (create_cache_path(src_dex, src)) return -1;
278 if (create_cache_path(dst_dex, dst)) return -1;
294 if (create_cache_path(dex_path, path)) return -1;
410 if (!create_cache_path(path, apkpath)) {
473 int create_cache_path(char path[PKG_PATH_MAX], const char *src) function
587 if (create_cache_path(dex_path, apk_path)) {

Completed in 25 milliseconds