OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_source_path
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/catapult_base/catapult_base/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/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 137 milliseconds