OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known_paths
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py
105
known_paths
= set()
111
if not dircase in
known_paths
:
113
known_paths
.add(dircase)
115
return
known_paths
131
def addpackage(sitedir, name,
known_paths
):
134
and add that to
known_paths
, or execute it if it starts with 'import '.
136
if
known_paths
is None:
156
if not dircase in
known_paths
and os.path.exists(dir):
158
known_paths
.add(dircase)
168
known_paths
= Non
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py
105
known_paths
= set()
111
if not dircase in
known_paths
:
113
known_paths
.add(dircase)
115
return
known_paths
131
def addpackage(sitedir, name,
known_paths
):
134
and add that to
known_paths
, or execute it if it starts with 'import '.
136
if
known_paths
is None:
156
if not dircase in
known_paths
and os.path.exists(dir):
158
known_paths
.add(dircase)
168
known_paths
= Non
[
all
...]
/build/tools/releasetools/
ota_from_target_files
682
def AddToKnownPaths(filename,
known_paths
):
688
if path in
known_paths
:
690
known_paths
.add(path)
[
all
...]
Completed in 215 milliseconds