HomeSort by relevance Sort by last modified time
    Searched defs:dstPath (Results 1 - 8 of 8) sorted by null

  /external/libusb/msvc/
ddk_build.cmd 50 set dstPath=%destType%\Debug
52 set dstPath=%destType%\Release
58 if exist %dstPath% goto md3
59 mkdir %dstPath%
61 if exist %dstPath%\dll goto md4
62 mkdir %dstPath%\dll
64 if exist %dstPath%\lib goto md5
65 md %dstPath%\lib
67 if exist %dstPath%\examples goto md6
68 md %dstPath%\example
    [all...]
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 50 string dstPath;
70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
214 else if (cmdLine.dstPath.empty())
215 cmdLine.dstPath = arg;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 32 String dstPath = null;
44 dstPath = args[++i];
73 if (dstPath == null) {
76 dstDir = new File(dstPath);
79 err.append("\nunable to create dst: '" + dstPath + "'");
82 err.append("\ndst exists but is not directory: '" + dstPath + "'");
  /external/skia/samplecode/
ClockFaceView.cpp 144 SkPath path, dstPath;
146 pe->filterPath(&dstPath, path, &rec, nullptr);
  /external/skqp/samplecode/
ClockFaceView.cpp 144 SkPath path, dstPath;
146 pe->filterPath(&dstPath, path, &rec, nullptr);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
NativeLibrary.java 151 final String dstPath = dst.toString();
152 log("extracting native library to: " + dstPath);
154 log(String.format("copied %d bytes to %s", nbytes, dstPath));
155 return dstPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 223 final String dstPath = dstFile.getAbsolutePath();
228 EFS.getLocalFileSystem().getStore(new Path(dstPath));
242 dstPath);
  /frameworks/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 821 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
822 if (dstPath == null) {
829 dstPath.setJavaShape(strokeShape);
    [all...]

Completed in 176 milliseconds