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.cpp1051 static int validate_apk_path_internal(const char *path, int maxSubdirs) { in validate_apk_path_internal() function
1072 return validate_apk_path_internal(path, 1 /* maxSubdirs */); in validate_apk_path()
1076 return validate_apk_path_internal(path, 3 /* maxSubdirs */); in validate_apk_path_subdirs()