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

  /external/flac/include/share/grabbag/
file.h 41 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 142 def gen_schema(destpath, schemapath):
152 f = open(destpath, "wt")
196 def gen_sequence(destpath, msipath):
197 dir = os.path.dirname(destpath)
204 f = open(destpath, "w")
  /external/python/cpython2/Tools/msi/
msilib.py 142 def gen_schema(destpath, schemapath):
152 f = open(destpath, "wt")
196 def gen_sequence(destpath, msipath):
197 dir = os.path.dirname(destpath)
204 f = open(destpath, "w")
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 362 destpath := oldname
364 destpath = dirname(newname) + `\` + oldname
367 fi, err := Lstat(destpath)
  /prebuilts/go/linux-x86/src/os/
file_windows.go 362 destpath := oldname
364 destpath = dirname(newname) + `\` + oldname
367 fi, err := Lstat(destpath)
  /external/autotest/client/common_lib/
packages.py 148 def exists(self, destpath, target='file'):
163 self.run_command(test_cmd % destpath)
310 def exists(self, destpath, target='file'):
325 self._run_command(test_cmd % destpath)
    [all...]
  /external/devlib/devlib/
target.py     [all...]

Completed in 279 milliseconds