HomeSort by relevance Sort by last modified time
    Searched full:o777 (Results 1 - 25 of 34) sorted by null

1 2

  /external/python/cpython3/Lib/distutils/tests/
test_spawn.py 40 os.chmod(exe, 0o777)
51 os.chmod(exe, 0o777)
  /external/python/cpython3/Tools/scripts/
linktree.py 34 os.mkdir(newtree, 0o777)
66 os.mkdir(newname, 0o777)
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 33 os.chmod(root_p, 0o777)
  /external/python/cpython3/Lib/encodings/
uu_codec.py 24 write(('begin %o %s\n' % (mode & 0o777, filename)).encode('ascii'))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_dynamic_test_helper.py 33 os.chmod(root_p, 0o777)
  /build/make/tools/releasetools/
target_files_diff.py 184 type1 = stat1.st_mode & ~0o777
185 type2 = stat2.st_mode & ~0o777
test_common.py 64 mode = (info.external_attr >> 16) & 0o777
212 "perms": 0o777,
  /external/python/cpython3/Lib/distutils/
dir_util.py 17 def mkpath(name, mode=0o777, verbose=1, dry_run=0):
80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0):
cmd.py 337 def mkpath(self, name, mode=0o777):
  /external/python/cpython3/Lib/test/
test_unicode_file.py 36 os.chmod(filename, 0o777)
test_httpservers.py 567 os.chmod(self.nocgi_path, 0o777)
572 os.chmod(self.file1_path, 0o777)
577 os.chmod(self.file2_path, 0o777)
582 os.chmod(self.file3_path, 0o777)
587 os.chmod(self.file4_path, 0o777)
    [all...]
test_tarfile.py 553 self.assertEqual(tarinfo.mode & 0o777,
554 os.stat(path).st_mode & 0o777)
581 self.assertEqual(os.stat(extracted).st_mode & 0o777, 0o755)
    [all...]
test_os.py 245 f = os.open(path=__file__, flags=os.O_RDONLY, mode=0o777,
    [all...]
test_compile.py 187 self.assertEqual(eval("0o777"), 511)
  /external/python/cpython3/Lib/
uu.py 79 out_file.write(('begin %o %s\n' % ((mode & 0o777), name)).encode("ascii"))
os.py 195 def makedirs(name, mode=0o777, exist_ok=False):
196 """makedirs(name [, mode=0o777][, exist_ok=False])
    [all...]
pathlib.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compile.py 234 self.assertEqual(eval("0o777"), 511)
  /external/python/cpython2/Lib/test/
test_compile.py 287 self.assertEqual(eval("0o777"), 511)
test_httpservers.py 496 os.chmod(self.file4_path, 0o777)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compile.py 262 self.assertEqual(eval("0o777"), 511)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compile.py 262 self.assertEqual(eval("0o777"), 511)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 262 self.assertEqual(eval("0o777"), 511)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 262 self.assertEqual(eval("0o777"), 511)
  /external/python/cpython3/Doc/library/
pathlib.rst 830 .. method:: Path.mkdir(mode=0o777, parents=False, exist_ok=False)

Completed in 1983 milliseconds

1 2