/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 200 fd = open(TEST_FILE, O_RDWR|O_CREAT, 0600);
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 328 "Should be at most 0600, now is 0%o\n",
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeasResp.txt | 1 Date: Sun, 19 Nov 2000 16:23:57 -0600 (CST)
|
/external/regex-re2/re2/testing/ |
search_test.cc | 223 { "\\0600", "00" },
|
/external/tlsdate/src/ |
tlsdated-unittest.c | 45 int fd = open (path, O_WRONLY | O_TRUNC | O_CREAT, 0600);
|
/external/toybox/toys/pending/ |
crontab.c | 234 fdout = xcreate(toybuf, O_WRONLY|O_CREAT|O_TRUNC, 0600);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ScriptUtils.java | 85 // Arabic U+0600..U+06FF
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix_test.go | 118 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600)
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix_test.go | 118 f, err := os.OpenFile(conf.path, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0600)
|
/external/autotest/client/tests/crashme/ |
crashme_2.4-9.diff | 193 + -- Jay Kominek <jay.kominek@colorado.edu> Tue, 25 May 1999 09:32:17 -0600 200 + -- Jay Kominek <jkominek@debian.org> Thu, 6 Aug 1998 03:34:49 -0600
|
/frameworks/base/core/res/res/xml/ |
sms_short_codes.xml | 94 <!-- Finland: 5-6 digits, premium 0600, 0700: http://en.wikipedia.org/wiki/Telephone_numbers_in_Finland --> 95 <shortcode country="fi" pattern="\\d{5,6}" premium="0600.*|0700.*|171(?:59|63)" free="116\\d{3}|14789" />
|
/libcore/luni/src/test/java/libcore/java/text/ |
SimpleDateFormatTest.java | 281 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch)); 293 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_import.py | 29 os.chmod(f, 0600) 158 os.chmod(fname, 0600)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_import.py | 29 os.chmod(f, 0600) 158 os.chmod(fname, 0600)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 29 os.chmod(f, 0600) 158 os.chmod(fname, 0600)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 29 os.chmod(f, 0600) 158 os.chmod(fname, 0600)
|
/system/core/debuggerd/ |
tombstone.cpp | 658 fd = open(path, O_CREAT | O_EXCL | O_WRONLY | O_NOFOLLOW | O_CLOEXEC, 0600); 675 fd = open(path, O_CREAT | O_TRUNC | O_WRONLY | O_NOFOLLOW | O_CLOEXEC, 0600);
|
/art/test/dexdump/ |
checkers.txt | 142 00156c: 6e20 4b00 0600 |0026: invoke-virtual {v6, v0}, Lcom/google/android/checkers/Checkers;.setContentView:(Landroid/view/View;)V // method@004b 146 00157e: 7020 3f00 0600 |002f: invoke-direct {v6, v0}, Lcom/google/android/checkers/Checkers;.a:(Z)V // method@003f 327 0017f2: 7210 2e00 0600 |0003: invoke-interface {v6}, Landroid/view/MenuItem;.getItemId:()I // method@002e 329 0017fa: 7210 2d00 0600 |0007: invoke-interface {v6}, Landroid/view/MenuItem;.getGroupId:()I // method@002d [all...] |
/device/lge/bullhead/ |
init.bullhead.rc | 213 chmod 0600 /data/misc/radio/qcril.db
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
tracker_file.py | 446 os.O_WRONLY | os.O_CREAT, 0600), 'w') as tf:
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
shell.py | 139 fd = _os.open(fname, flags, 0600)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
shell.py | 139 fd = _os.open(fname, flags, 0600)
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 157 uptr openrv = internal_open(name, O_RDWR | O_CREAT | O_EXCL, 0600);
|
/external/curl/docs/examples/ |
evhiperfifo.c | 405 if(mkfifo (fifo, 0600) == -1) {
|
/external/e2fsprogs/debugfs/ |
logdump.c | 215 journal_inode.i_mode = LINUX_S_IFREG | 0600;
|