Lines Matching refs:filePath
853 private boolean saveDataToFile(String filePath, byte[] data) {856 f = new FileOutputStream(filePath);1114 String filepath = ImageManager.getTempJpegPath();1116 if (saveDataToFile(filepath, data)) {1117 degree = ImageManager.getExifOrientation(filepath);1118 new File(filepath).delete();