Searched refs:fullCodePath (Results 1 – 1 of 1) sorted by relevance
9647 static String cidFromCodePath(String fullCodePath) { in cidFromCodePath() argument9648 int eidx = fullCodePath.lastIndexOf("/"); in cidFromCodePath()9649 String subStr1 = fullCodePath.substring(0, eidx); in cidFromCodePath()9676 AsecInstallArgs(String fullCodePath, String[] instructionSets, in AsecInstallArgs() argument9682 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()