Home
last modified time | relevance | path

Searched defs:dstDir (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecator.java63 File dstDir = null; in main() local
139 void process(File srcDir, File dstDir) { in process()
/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/
DClassLoaderPatcher.java155 private void safeCopyAllFiles(File srcDir, File dstDir) throws IOException { in safeCopyAllFiles()
212 private static void copyChangedFiles(File srcDir, File dstDir) throws IOException { in copyChangedFiles()
/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/
DClassLoaderPatcher.java155 private void safeCopyAllFiles(File srcDir, File dstDir) throws IOException { in safeCopyAllFiles()
212 private static void copyChangedFiles(File srcDir, File dstDir) throws IOException { in copyChangedFiles()
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go394 func syncOutput(dstDir, srcDir string) { argument
/external/ow2-asm/tools/retrofitter/src/main/java/org/objectweb/asm/tools/
DRetrofitter.java177 private void generateModuleInfoClass(final File dstDir, final String version) throws IOException { in generateModuleInfoClass()
208 final File dstDir, in verifyModuleInfoClass()
/external/deqp/external/openglcts/scripts/
Dbuild_caselists.py135 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType): argument
/external/deqp/scripts/
Dbuild_caselists.py98 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType): argument
Dmake_release.py313 def makeFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]): argument
316 def makeTmpFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]): argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp127 void writeBinary (const std::string& dstDir, deUint32 index, const ProgramBinary& binary) in writeBinary()