Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9647 static String cidFromCodePath(String fullCodePath) { in cidFromCodePath() argument
9648 int eidx = fullCodePath.lastIndexOf("/"); in cidFromCodePath()
9649 String subStr1 = fullCodePath.substring(0, eidx); in cidFromCodePath()
9676 AsecInstallArgs(String fullCodePath, String[] instructionSets, in AsecInstallArgs() argument
9682 if (!fullCodePath.endsWith(RES_FILE_NAME)) { in AsecInstallArgs()
9683 fullCodePath = new File(fullCodePath, RES_FILE_NAME).getAbsolutePath(); in AsecInstallArgs()
9687 int eidx = fullCodePath.lastIndexOf("/"); in AsecInstallArgs()
9688 String subStr1 = fullCodePath.substring(0, eidx); in AsecInstallArgs()