/external/e2fsprogs/lib/e2p/ |
fsetflags.c | 75 return chflags (name, bsd_flags);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_shutil.py | 343 @unittest.skipUnless(hasattr(os, 'chflags') and 346 "requires os.chflags, EOPNOTSUPP & ENOTSUP") 361 old_chflags = os.chflags 364 os.chflags = make_chflags_raiser(err) 367 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP) 370 os.chflags = old_chflags
|
test_posix.py | 391 posix.chflags(target_file, st.st_flags) 393 @unittest.skipUnless(hasattr(posix, 'chflags'), 'test needs os.chflags()') 395 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_shutil.py | 343 @unittest.skipUnless(hasattr(os, 'chflags') and 346 "requires os.chflags, EOPNOTSUPP & ENOTSUP") 361 old_chflags = os.chflags 364 os.chflags = make_chflags_raiser(err) 367 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP) 370 os.chflags = old_chflags
|
test_posix.py | 391 posix.chflags(target_file, st.st_flags) 393 @unittest.skipUnless(hasattr(posix, 'chflags'), 'test needs os.chflags()') 395 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 343 @unittest.skipUnless(hasattr(os, 'chflags') and 346 "requires os.chflags, EOPNOTSUPP & ENOTSUP") 361 old_chflags = os.chflags 364 os.chflags = make_chflags_raiser(err) 367 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP) 370 os.chflags = old_chflags
|
test_posix.py | 391 posix.chflags(target_file, st.st_flags) 393 @unittest.skipUnless(hasattr(posix, 'chflags'), 'test needs os.chflags()') 395 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 343 @unittest.skipUnless(hasattr(os, 'chflags') and 346 "requires os.chflags, EOPNOTSUPP & ENOTSUP") 361 old_chflags = os.chflags 364 os.chflags = make_chflags_raiser(err) 367 os.chflags = make_chflags_raiser(errno.EOPNOTSUPP + errno.ENOTSUP) 370 os.chflags = old_chflags
|
test_posix.py | 391 posix.chflags(target_file, st.st_flags) 393 @unittest.skipUnless(hasattr(posix, 'chflags'), 'test needs os.chflags()') 395 self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
|
/external/e2fsprogs/lib/ext2fs/ |
mkjournal.c | 463 (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/valgrind/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 94 DECL_TEMPLATE(darwin, chflags); // 34
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shutil.py | 101 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): 103 os.chflags(dst, st.st_flags)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shutil.py | 101 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): 103 os.chflags(dst, st.st_flags)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 101 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): 103 os.chflags(dst, st.st_flags)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 101 if hasattr(os, 'chflags') and hasattr(st, 'st_flags'): 103 os.chflags(dst, st.st_flags)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
/prebuilts/go/darwin-x86/src/syscall/ |
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); }
|
/prebuilts/go/linux-x86/src/syscall/ |
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); }
|