Searched refs:destpath (Results 1 – 4 of 4) sorted by relevance
/external/flac/include/share/grabbag/ |
D | file.h | 41 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
|
/external/autotest/client/common_lib/ |
D | packages.py | 148 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/ |
D | msilib.py | 142 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/ |
D | target.py | 850 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
|