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

/frameworks/base/cmds/installd/
H A Dcommands.c242 static int is_valid_apk_path(const char *path) function
274 if (!is_valid_apk_path(src)) return -1;
275 if (!is_valid_apk_path(dst)) return -1;
293 if (!is_valid_apk_path(path)) return -1;

Completed in 19 milliseconds