Home
last modified time | relevance | path

Searched refs:destpath (Results 1 – 4 of 4) sorted by relevance

/external/flac/include/share/grabbag/
Dfile.h41 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
/external/autotest/client/common_lib/
Dpackages.py148 def exists(self, destpath, target='file'): argument
163 self.run_command(test_cmd % destpath)
310 def exists(self, destpath, target='file'): argument
325 self._run_command(test_cmd % destpath)
/external/python/cpython2/Tools/msi/
Dmsilib.py142 def gen_schema(destpath, schemapath): argument
152 f = open(destpath, "wt")
196 def gen_sequence(destpath, msipath): argument
197 dir = os.path.dirname(destpath)
204 f = open(destpath, "w")
/external/devlib/devlib/
Dtarget.py850 destpath = self.path.join(self.executables_directory,
852 self.push(filepath, destpath)
853 self.execute('chmod a+x {}'.format(destpath), timeout=timeout)
854 self._installed_binaries[self.path.basename(destpath)] = destpath
855 return destpath