OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_TEMPORARY
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h
46
#define
O_TEMPORARY
_O_TEMPORARY
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py
453
# Setting
O_TEMPORARY
in the flags causes the OS to delete
456
flags |= _os.
O_TEMPORARY
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py
453
# Setting
O_TEMPORARY
in the flags causes the OS to delete
456
flags |= _os.
O_TEMPORARY
Completed in 407 milliseconds