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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)

Completed in 2577 milliseconds