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

1 2

  /external/python/cpython2/Lib/test/
test_posix.py 473 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
475 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
477 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
489 posix.lchflags(_DUMMY_SYMLINK,
505 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 397 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
399 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
401 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
413 posix.lchflags(_DUMMY_SYMLINK,
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 397 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
399 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
401 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
413 posix.lchflags(_DUMMY_SYMLINK,
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 397 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
399 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
401 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
413 posix.lchflags(_DUMMY_SYMLINK,
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 397 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
399 self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
401 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
413 posix.lchflags(_DUMMY_SYMLINK,
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 325 if hasattr(posix, 'lchflags'):
328 posix.lchflags(test_support.TESTFN, st.st_flags)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 390 // lchflags
zsysnum_dragonfly_amd64.go 228 SYS_LCHFLAGS = 391 // { int lchflags(char *path, int flags); }
zsysnum_freebsd_386.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_freebsd_amd64.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_freebsd_arm.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_netbsd_386.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
zsysnum_netbsd_amd64.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
zsysnum_netbsd_arm.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd.go 390 // lchflags
zsysnum_dragonfly_amd64.go 228 SYS_LCHFLAGS = 391 // { int lchflags(char *path, int flags); }
zsysnum_freebsd_386.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_freebsd_amd64.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_freebsd_arm.go 233 SYS_LCHFLAGS = 391 // { int lchflags(const char *path, \
zsysnum_netbsd_386.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
zsysnum_netbsd_amd64.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
zsysnum_netbsd_arm.go 147 SYS_LCHFLAGS = 304 // { int|sys||lchflags(const char *path, u_long flags); }
  /external/python/cpython3/Lib/test/
test_posix.py 707 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
709 self._test_chflags_regular_file(posix.lchflags, support.TESTFN)
712 @unittest.skipUnless(hasattr(posix, 'lchflags'), 'test needs os.lchflags()')
725 for fn in (posix.lchflags, chflags_nofollow):
    [all...]
test_shutil.py 367 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
368 os.lchflags(src_link, stat.UF_NODUMP)
384 if hasattr(os, 'lchflags') and hasattr(src_link_stat, 'st_flags'):
534 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
535 os.lchflags(src_link, stat.UF_NODUMP)
556 if hasattr(os, 'lchflags') and hasattr(src_link_stat, 'st_flags'):
654 if hasattr(os, 'lchflags') and hasattr(stat, 'UF_NODUMP'):
655 os.lchflags(src_link, stat.UF_NODUMP)
664 if hasattr(os, 'lchflags'):
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 562 milliseconds

1 2