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

  /external/e2fsprogs/lib/e2p/
fsetflags.c 70 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 520 (void) chflags (jfile, 0);
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 94 DECL_TEMPLATE(darwin, chflags); // 34
syswrap-darwin.c     [all...]
  /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 
  /external/e2fsprogs/
configure     [all...]

Completed in 629 milliseconds