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

  /external/deqp/external/
fetch_sources.py 14 def __init__(self, url, filename, checksum, dstDir, postExtract=None):
18 self.dstDir = dstDir
25 srcPath = os.path.join(EXTERNAL_DIR, pkg.dstDir)
54 print "Extracting %s to %s" % (pkg.filename, pkg.dstDir)
57 tmpPath = os.path.join(EXTERNAL_DIR, ".extract-tmp-%s" % pkg.dstDir)
58 dstPath = os.path.join(EXTERNAL_DIR, pkg.dstDir)
  /external/deqp/scripts/
build_caselists.py 97 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType):
100 dstPath = os.path.join(dstDir, caseListFile)
make_release.py 311 def makeFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]):
312 return FileTargetGroup(srcDir, dstDir, [copyFileFilter(includePatterns, excludePatterns)])
314 def makeTmpFileCopyGroup (srcDir, dstDir, includePatterns, excludePatterns=[]):
315 return FileTargetGroup(srcDir, dstDir, [copyFileFilter(includePatterns, excludePatterns)], PackageBuildInfo.getTmpBasePath)
  /build/libs/host/
CopyFile.c 535 char* dstDir = NULL;
635 free(dstDir);

Completed in 198 milliseconds