Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java756 public void readExif(String inFileName) throws FileNotFoundException, IOException { in readExif() argument
757 if (inFileName == null) { in readExif()
762 is = new BufferedInputStream(new FileInputStream(inFileName)); in readExif()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java759 public void readExif(String inFileName) throws FileNotFoundException, IOException { in readExif() argument
760 if (inFileName == null) { in readExif()
765 is = new BufferedInputStream(new FileInputStream(inFileName)); in readExif()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java756 public void readExif(String inFileName) throws FileNotFoundException, IOException { in readExif() argument
757 if (inFileName == null) { in readExif()
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName)); in readExif()