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.cpp924 static int validate_apk_path_internal(const std::string& path, int maxSubdirs) { in validate_apk_path_internal() function
941 return validate_apk_path_internal(modified, maxSubdirs); in validate_apk_path_internal()
948 return validate_apk_path_internal(path, 1 /* maxSubdirs */); in validate_apk_path()
952 return validate_apk_path_internal(path, 3 /* maxSubdirs */); in validate_apk_path_subdirs()