HomeSort by relevance Sort by last modified time
    Searched refs:SF_IMMUTABLE (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 91 SF_IMMUTABLE = 0x00020000
  /external/python/cpython2/Lib/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 93 SF_IMMUTABLE = 0x00020000
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 171 #define SF_IMMUTABLE 0x00020000 ///< file may not be changed
  /external/python/cpython3/Lib/
stat.py 106 SF_IMMUTABLE = 0x00020000 # file may not be changed
  /external/python/cpython3/Modules/
_stat.c 231 #ifndef SF_IMMUTABLE
232 # define SF_IMMUTABLE 0x00020000
472 SF_IMMUTABLE: file may not be changed\n\
558 if (PyModule_AddIntMacro(m, SF_IMMUTABLE)) return NULL;

Completed in 426 milliseconds