Home
last modified time | relevance | path

Searched defs:_text_openflags (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
/external/python/cpython2/Lib/
Dtempfile.py65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable
/external/python/cpython3/Lib/
Dtempfile.py52 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable