HomeSort by relevance Sort by last modified time
    Searched refs:create_cache_path (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
installd.h 155 int create_cache_path(char path[PKG_PATH_MAX], const char *src);
commands.c 395 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)) {
544 int create_cache_path(char path[PKG_PATH_MAX], const char *src) function
658 if (create_cache_path(dex_path, apk_path)) {
    [all...]

Completed in 1194 milliseconds