HomeSort by relevance Sort by last modified time
    Searched full:0600 (Results 201 - 225 of 326) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/cmds/installd/
utils.cpp 466 int fdfd = openat(ddfd, name, O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_CREAT, 0600);
509 mkdir(dstname, 0600);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 226 fd = os.open(cache_file, flags, 0600)
  /external/e2fsprogs/lib/ext2fs/
icount.c 210 O_RDWR | O_CREAT | O_TRUNC, 0600);
  /external/google-breakpad/src/client/mac/sender/
uploader.mm 90 int fileId = open(configFile, O_RDONLY, 0600);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-table.hh 36 /* 0600 */ U,U,U,U,U,U,X,X,U,X,X,U,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,
  /external/iproute2/misc/
ifstat.c 791 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
  /external/iputils/Modules/
pg3.c 694 pg_proc_ent = create_proc_entry("net/pg", 0600, 0);
  /external/llvm/test/MC/ELF/
cfi.s 333 // CHECK-NEXT: 0600: 18000000 00000000 017A5052 00017810
  /external/markdown/markdown/
__init__.py 90 # Hebrew (0590-05FF), Arabic (0600-06FF),
  /external/toybox/toys/pending/
crond.c 553 0600)) < 0) {
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 440 int mode = ((flags & O_ACCMODE) == O_RDONLY) ? 0 : 0600;
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 214 private static final int USER_READ_WRITE = 0600;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbenv.py 68 for i in [0600, 0660, 0666] :
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 239 fd = _os.open(file, flags, 0600)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbenv.py 68 for i in [0600, 0660, 0666] :
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 239 fd = _os.open(file, flags, 0600)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbenv.py 68 for i in [0600, 0660, 0666] :
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 239 fd = _os.open(file, flags, 0600)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbenv.py 68 for i in [0600, 0660, 0666] :
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 239 fd = _os.open(file, flags, 0600)
  /system/core/init/
devices.cpp 229 return 0600;
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spuelf.em 359 fd = open (*fname, O_RDWR | O_CREAT | O_EXCL, 0600);
  /bootable/recovery/
recovery.cpp 509 chmod(LOG_FILE, 0600);
511 chmod(LAST_KMSG_FILE, 0600);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py 603 The file is created with mode 0600, and attempts to open existing files will
623 fd = os.open(file_path, flags, 0600)
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 381 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
384 os.chmod(self.cookie_file, 0600)
    [all...]

Completed in 7107 milliseconds

1 2 3 4 5 6 7 891011>>