Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 6 of 6) sorted by relevance

/development/tools/screenshot/src/com/android/screenshot/
DScreenshot.java41 String filepath = null; in main() local
195 private static void getDeviceImage(IDevice device, String filepath, boolean landscape) in getDeviceImage()
/development/tools/apkbuilder/src/com/android/apkbuilder/internal/
DApkBuilderImpl.java175 private File getOutFile(String filepath) throws ApkCreationException { in getOutFile()
200 public static File getInputFile(String filepath) throws ApkCreationException { in getInputFile()
/development/tools/scripts/
Ddivide_and_compress.py316 def AddFileToArchive(self, filepath, compress_bit): argument
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java302 …private static void addFileToZip(ZipOutputStream zip, String filepath, byte[] buf) throws IOExcept… in addFileToZip()
DMonkeyRunner.java556 private static void getDeviceImage(IDevice device, String filepath, boolean landscape) in getDeviceImage()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java551 public static String readEmbeddedTextFile(String filepath) { in readEmbeddedTextFile()
592 public static byte[] readEmbeddedFile(String filepath) { in readEmbeddedFile()