Searched defs:sourceDir (Results 1 – 6 of 6) sorted by relevance
139 String sourceDir = "myPlugin"; in testNonDebuggable_noWhitelist() local160 String sourceDir = "myPlugin"; in testNonDebuggable_whitelistedPkg() local
45 public String sourceDir; field in InstrumentationInfo
810 public String sourceDir; field in ApplicationInfo
59 def dirCompare(sourceDir, destDir, ext, run_in_reverse): argument
141 final File appLib32InstallDir, final String codePath, final String sourceDir, in getNativeLibraryPaths()
527 private static int moveFiles(File sourceDir, File targetDir, final String prefix) { in moveFiles()