HomeSort by relevance Sort by last modified time
    Searched refs:destPath (Results 1 - 11 of 11) sorted by null

  /cts/tools/vm-tests/src/util/build/
JavacBuildStep.java 28 private final String destPath;
31 public JavacBuildStep(String destPath, String classPath) {
32 this.destPath = destPath;
50 File destFile = new File(destPath);
61 commandLine[3] = destPath;
80 return destPath.equals(other.destPath)
89 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode();
  /external/chromium/third_party/icu/source/tools/icupkg/
icupkg.cpp 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
260 destPath=options[OPT_DESTDIR].value;
263 destPath=NULL;
290 isModified=(UBool)(sourcePath!=destPath);
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
  /external/icu4c/tools/icupkg/
icupkg.cpp 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
260 destPath=options[OPT_DESTDIR].value;
263 destPath=NULL;
290 isModified=(UBool)(sourcePath!=destPath);
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
  /cts/tools/dasm/src/dasm/
Main.java 43 private static String destPath = null;
115 String dest_dir = destPath;
212 destPath = args[i];
  /frameworks/base/cmds/rawbu/
backup.cpp 362 static int backup_data(const char* destPath)
366 FILE* fh = fopen(destPath, "w");
369 destPath, strerror(errno));
373 printf("Backing up /data to %s...\n", destPath);
385 destPath, strerror(errno));
391 destPath, strerror(errno));
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 240 * @param destPath the absolute path of file on device to check
244 public boolean doesRemoteFileExist(String destPath) throws IOException {
245 String lsGrep = executeShellCommand(String.format("ls %s", destPath));
252 * @param destPath the absolute path of the file
257 public boolean doesRemoteFileExistContainingString(String destPath, String searchString)
259 String lsResult = executeShellCommand(String.format("ls %s", destPath));
  /external/skia/src/animator/
SkMatrixParts.cpp 252 SkPath& destPath = destination->getPath();
253 int dstPts = destPath.getPoints(dst, 4);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 525 private static void addPath(int destPath, int srcPath, AffineTransform transform) {
526 Path_Delegate destPathDelegate = sManager.getDelegate(destPath);
  /external/quake/src/com/android/quake/
DownloaderActivity.java 139 private static Config getLocalConfig(File destPath, String configFilename) {
140 File configPath = new File(destPath, configFilename);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 607 milliseconds