OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRIP_EXEC
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py
281
STRIP_EXEC
= "/usr/bin/strip"
601
if not os.path.exists(
STRIP_EXEC
):
603
"%s" %
STRIP_EXEC
, 0)
621
(
STRIP_EXEC
, path))
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
281
STRIP_EXEC
= "/usr/bin/strip"
601
if not os.path.exists(
STRIP_EXEC
):
603
"%s" %
STRIP_EXEC
, 0)
621
(
STRIP_EXEC
, path))
[
all
...]
Completed in 42 milliseconds