Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A 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, 2 /* maxSubdirs */); in validate_apk_path()
952 return validate_apk_path_internal(path, 4 /* maxSubdirs */); in validate_apk_path_subdirs()