Home
last modified time | relevance | path

Searched refs:have_source (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_pyexpat.py457 have_source = os.path.isdir(src_dir)
459 have_source = False
460 if have_source:
462 self._test_exception(have_source)
464 self._test_exception(have_source)
466 def _test_exception(self, have_source): argument
493 if have_source and os.path.exists(PYEXPAT_C):
/external/sandboxed-api/sandboxed_api/sandbox2/
Dmounts.cc645 bool have_source = in MountWithDefaults() local
650 if (!have_source && !have_target) { in MountWithDefaults()
652 } else if (!have_source) { in MountWithDefaults()