HomeSort by relevance Sort by last modified time
    Searched refs:chflags (Results 1 - 25 of 26) sorted by null

1 2

  /external/e2fsprogs/lib/e2p/
fsetflags.c 75 return chflags (name, bsd_flags);
  /external/python/cpython2/Lib/test/
test_shutil.py 346 @unittest.skipUnless(hasattr(os, 'chflags') and
349 "requires os.chflags, EOPNOTSUPP & ENOTSUP")
364 old_chflags = os.chflags
367 os.chflags = make_chflags_raiser(err)
370 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP)
373 os.chflags = old_chflags
    [all...]
test_posix.py 472 posix.chflags(target_file, st.st_flags)
474 @unittest.skipUnless(hasattr(posix, 'chflags'), 'test needs os.chflags()')
476 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 465 (void) chflags (jfile, 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 101 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'):
103 os.chflags(dst, st.st_flags)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 100 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'):
102 os.chflags(dst, st.st_flags)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 319 if hasattr(posix, 'chflags'):
322 posix.chflags(test_support.TESTFN, st.st_flags)
  /external/python/cpython2/Lib/
shutil.py 115 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'):
117 os.chflags(dst, st.st_flags)
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
test_shutil.py 389 @unittest.skipUnless(hasattr(os, 'chflags') and
392 "requires os.chflags, EOPNOTSUPP & ENOTSUP")
407 old_chflags = os.chflags
410 os.chflags = make_chflags_raiser(err)
413 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP)
416 os.chflags = old_chflags
    [all...]
test_os.py     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_dragonfly_amd64.go 40 SYS_CHFLAGS = 34 // { int chflags(char *path, int flags); }
zsysnum_freebsd_386.go 39 SYS_CHFLAGS = 34 // { int chflags(const char *path, u_long flags); }
zsysnum_freebsd_amd64.go 39 SYS_CHFLAGS = 34 // { int chflags(const char *path, u_long flags); }
zsysnum_freebsd_arm.go 39 SYS_CHFLAGS = 34 // { int chflags(const char *path, u_long flags); }
zsysnum_netbsd_386.go 35 SYS_CHFLAGS = 34 // { int|sys||chflags(const char *path, u_long flags); }
zsysnum_netbsd_amd64.go 35 SYS_CHFLAGS = 34 // { int|sys||chflags(const char *path, u_long flags); }
zsysnum_netbsd_arm.go 35 SYS_CHFLAGS = 34 // { int|sys||chflags(const char *path, u_long flags); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 713 "chflags(path, flags)\n\n\
722 if (!PyArg_ParseTuple(args, "etk:chflags",
726 res = chflags(path, flags);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 712 "chflags(path, flags)\n\n\
721 if (!PyArg_ParseTuple(args, "etk:chflags",
725 res = chflags(path, flags);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/python/cpython2/
configure     [all...]

Completed in 3346 milliseconds

1 2