Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/scripts/
Dtrigger.py64 is_standalone = not os.path.isdir(os.path.join('third_party', 'angle'))
66 if is_standalone:
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py75 def is_standalone(filename): function