OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SITE_PACKAGES
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py
351
SITE_PACKAGES
= os.path.join(LIB, "site-packages")
661
if path.startswith(LIB) and not path.startswith(
SITE_PACKAGES
):
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
351
SITE_PACKAGES
= os.path.join(LIB, "site-packages")
661
if path.startswith(LIB) and not path.startswith(
SITE_PACKAGES
):
[
all
...]
Completed in 533 milliseconds