Searched refs:pathName (Results 1 – 5 of 5) sorted by relevance
46 public static Bitmap decodeFile(String pathName) { in decodeFile() argument47 return create("file:" + pathName); in decodeFile()51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() argument52 return create("file:" + pathName, options); in decodeFile()
61 public static Drawable createFromPath(String pathName) { in createFromPath() argument63 shadowOf(drawable).setPath(pathName); in createFromPath()
167 String pathGetFileName(const String& pathName) in pathGetFileName() argument169 if (pathName.isEmpty()) in pathGetFileName()170 return pathName; in pathGetFileName()172 CString tmpFilename = fileSystemRepresentation(pathName); in pathGetFileName()
101 private Class<?> loadClassFromFile(String pathName, String className, in loadClassFromFile() argument107 theFile = new File(pathName, classNameAsFile); in loadClassFromFile()
1263 var pathName = pathNames[i];1264 path += pathName + '/';1270 div.textContent = this.getLabelForRootPath_(pathName);1272 div.textContent = pathName;