Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_TEMPORARY (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/
Dstat.py187 FILE_ATTRIBUTE_TEMPORARY = 256 variable
/third_party/libuv/test/
Drunner-win.c98 FILE_ATTRIBUTE_TEMPORARY | FILE_FLAG_DELETE_ON_CLOSE, in process_start()
/third_party/lzma/CPP/Windows/
DFileFind.h120 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary()
/third_party/python/Modules/
D_stat.c592 ADD_INT_MACRO(module, FILE_ATTRIBUTE_TEMPORARY); in stat_exec()
/third_party/lzma/C/
D7zTypes.h150 #define FILE_ATTRIBUTE_TEMPORARY 0x0100 macro
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h570 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_TEMPORARY)); in tinydir_open()
/third_party/libuv/docs/src/
Dfs.rst672 …`FILE_ATTRIBUTE_TEMPORARY <https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-c…
693 …`FILE_ATTRIBUTE_TEMPORARY <https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-c…
/third_party/python/Doc/library/
Dstat.rst424 FILE_ATTRIBUTE_TEMPORARY
/third_party/node/deps/uv/src/win/
Dfs.c546 attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in fs__open()
551 attributes |= FILE_ATTRIBUTE_TEMPORARY; in fs__open()
/third_party/libuv/src/win/
Dfs.c546 attributes |= FILE_FLAG_DELETE_ON_CLOSE | FILE_ATTRIBUTE_TEMPORARY; in fs__open()
551 attributes |= FILE_ATTRIBUTE_TEMPORARY; in fs__open()
/third_party/sqlite/src/
Dsqlite3.c50093 dwFlagsAndAttributes = FILE_ATTRIBUTE_TEMPORARY