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.cpp927 static int validate_apk_path_internal(const std::string& path, int maxSubdirs) { in validate_apk_path_internal() function
944 return validate_apk_path_internal(modified, maxSubdirs); in validate_apk_path_internal()
951 return validate_apk_path_internal(path, 2 /* maxSubdirs */); in validate_apk_path()
955 return validate_apk_path_internal(path, 4 /* maxSubdirs */); in validate_apk_path_subdirs()