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

  /external/e2fsprogs/lib/e2p/
getflags.c 48 #ifdef UF_NODUMP
49 if (buf.st_flags & UF_NODUMP)
setflags.c 53 #ifdef UF_NODUMP
55 bsd_flags |= UF_NODUMP;
fgetflags.c 65 #ifdef UF_NODUMP
66 if (buf.st_flags & UF_NODUMP)
fsetflags.c 70 #ifdef UF_NODUMP
72 bsd_flags |= UF_NODUMP;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 85 UF_NODUMP = 0x00000001
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 85 UF_NODUMP = 0x00000001
  /external/python/cpython2/Lib/
stat.py 85 UF_NODUMP = 0x00000001
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 85 UF_NODUMP = 0x00000001
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 85 UF_NODUMP = 0x00000001
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 85 UF_NODUMP = 0x00000001
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 85 UF_NODUMP = 0x00000001
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 162 #define UF_NODUMP 0x00000001 ///< do not dump file
  /external/python/cpython3/Lib/
stat.py 98 UF_NODUMP = 0x00000001 # do not dump file
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 462 #if defined(HAVE_CHFLAGS) && defined(UF_NODUMP)
496 #if defined(HAVE_CHFLAGS) && defined(UF_NODUMP)
497 retval = fchflags (fd, UF_NODUMP|UF_IMMUTABLE);
  /external/python/cpython3/Modules/
_stat.c 199 #ifndef UF_NODUMP
200 # define UF_NODUMP 0x00000001
464 "UF_NODUMP: do not dump file\n\
550 if (PyModule_AddIntMacro(m, UF_NODUMP)) return NULL;
  /external/python/cpython3/Lib/test/
test_shutil.py 367 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
368 os.lchflags(src_link, stat.UF_NODUMP)
534 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
535 os.lchflags(src_link, stat.UF_NODUMP)
654 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
655 os.lchflags(src_link, stat.UF_NODUMP)
    [all...]

Completed in 1661 milliseconds