Searched refs:inputFilePath (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/ | 
| D | GeoJsonTzToTzS2PolygonsTest.java | 67         Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath);  in regressionTest()  local 73                 "--geo-json", inputFilePath.toAbsolutePath().toString(),  in regressionTest()
  | 
| /packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/ | 
| D | CreateTzS2ProtoDataFileTest.java | 61         Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath);  in regressionTest()  local 68                 "--input-file", inputFilePath.toAbsolutePath().toString(),  in regressionTest()
  | 
| /packages/apps/Messaging/src/com/android/messaging/util/ | 
| D | ImageUtils.java | 479             final String inputFilePath;  in resizeGifImage()  local 481                 inputFilePath = MediaScratchFileProvider.getFileFromUri(mUri).getAbsolutePath();  in resizeGifImage() 486                 inputFilePath = mUri.getPath();  in resizeGifImage() 497                         GifTranscoder.transcode(mContext, inputFilePath, outputFilePath);  in resizeGifImage() 513                     bytesToReturn = Files.toByteArray(new File(inputFilePath));  in resizeGifImage() 516                             "Could not create FileInputStream with path of " + inputFilePath, e);  in resizeGifImage()
  |