OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip_prefix
(Results
1 - 3
of
3
) sorted by null
/external/v8/build/config/linux/
pkg-config.py
95
def RewritePath(path,
strip_prefix
, sysroot):
98
if path.startswith(
strip_prefix
):
99
path = path[len(
strip_prefix
):]
/external/v8/build/linux/
rewrite_dirs.py
25
prefix = opts.
strip_prefix
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client.py
45
'
strip_prefix
', [],
130
FLAGS.
strip_prefix
,
Completed in 389 milliseconds