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

  /external/autotest/server/self-test/
utils_test.py 63 dstpath = utils.get(origpath)
64 self.assertTrue(dstpath.endswith('/'))
65 self.assertTrue(os.path.isdir(dstpath))
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 414 dstpath = os.path.join(dsttree, this)
416 os.mkdir(dstpath)
419 os.symlink(endpoint, dstpath)
424 shutil.copy2(srcpath, dstpath)
bundlebuilder.py 667 dstpath = pathjoin(*pathitems)
672 dstpath = pathjoin("ExtensionModules", dstpath)
676 source = EXT_LOADER % {"name": name, "filename": dstpath}
679 self.files.append((path, pathjoin("Contents", "Resources", dstpath)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 414 dstpath = os.path.join(dsttree, this)
416 os.mkdir(dstpath)
419 os.symlink(endpoint, dstpath)
424 shutil.copy2(srcpath, dstpath)
bundlebuilder.py 667 dstpath = pathjoin(*pathitems)
672 dstpath = pathjoin("ExtensionModules", dstpath)
676 source = EXT_LOADER % {"name": name, "filename": dstpath}
679 self.files.append((path, pathjoin("Contents", "Resources", dstpath)))
    [all...]

Completed in 544 milliseconds