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

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 44 self._source_path = os.path.realpath(source)
49 self._target_path, os.path.basename(self._source_path))
53 return self._source_path
61 return _ModulePath(self._source_path)
  /external/libyuv/files/
setup_links.py 205 self._source_path = source_path
212 self._source_path)
215 'Linking from %s to %s', self._link_path, self._source_path)
222 source_path = os.path.abspath(self._source_path)
225 source_path = os.path.relpath(self._source_path,
229 links_db[self._source_path] = self._link_path
  /external/webrtc/
setup_links.py 226 self._source_path = source_path
233 self._source_path)
236 'Linking from %s to %s', self._link_path, self._source_path)
243 source_path = os.path.abspath(self._source_path)
246 source_path = os.path.relpath(self._source_path,
250 links_db[self._source_path] = self._link_path
  /external/toolchain-utils/
build_tc.py 39 self._source_path = misc.CanonicalizePath(source_path)
89 src_mp = tc_enter_chroot.MountPoint(self._source_path, mounted_source_path,
94 build_dir = '%s-%s' % (self._source_path, build_suffix)
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 49 self._source_path = None
474 info._source_path = path
main.py 266 f = open(infos[0]._source_path)
    [all...]

Completed in 531 milliseconds