Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_ENCRYPTED (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted()
52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted()
/external/python/cpython3/Lib/
Dstat.py176 FILE_ATTRIBUTE_ENCRYPTED = 16384 variable
/external/python/cpython3/Modules/
D_stat.c581 ADD_INT_MACRO(module, FILE_ATTRIBUTE_ENCRYPTED); in stat_exec()
/external/python/cpython3/Doc/library/
Dstat.rst413 FILE_ATTRIBUTE_ENCRYPTED