Home
last modified time | relevance | path

Searched refs:validate_apk_path_internal (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp1091 static int validate_apk_path_internal(const char *path, int maxSubdirs) { in validate_apk_path_internal() function
1114 return validate_apk_path_internal(path, 1 /* maxSubdirs */); in validate_apk_path()
1118 return validate_apk_path_internal(path, 3 /* maxSubdirs */); in validate_apk_path_subdirs()