OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_exists
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py
516
def
_exists
(name):
function
520
if
_exists
("fork") and not
_exists
("spawnv") and
_exists
("execv"):
597
if
_exists
("spawnv"):
625
if
_exists
("spawnvp"):
654
if
_exists
("fork"):
655
if not
_exists
("popen2"):
675
if not
_exists
("popen3"):
695
if not
_exists
("popen4")
[
all
...]
tempfile.py
100
def
_exists
(fn):
function
362
if not
_exists
(file):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py
516
def
_exists
(name):
function
520
if
_exists
("fork") and not
_exists
("spawnv") and
_exists
("execv"):
597
if
_exists
("spawnv"):
625
if
_exists
("spawnvp"):
654
if
_exists
("fork"):
655
if not
_exists
("popen2"):
675
if not
_exists
("popen3"):
695
if not
_exists
("popen4")
[
all
...]
tempfile.py
100
def
_exists
(fn):
function
362
if not
_exists
(file):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 2363 milliseconds