/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/ |
AddNativeAction.java | 2 * Copyright (C) 2011 The Android Open Source Project 54 dialog.open();
|
/sdk/emulator/qtools/ |
dmtrace.h | 1 // Copyright 2006 The Android Open Source Project 20 void open(const char *dmtrace_file, uint64_t startTime);
|
/system/core/include/utils/ |
Tokenizer.h | 2 * Copyright (C) 2010 The Android Open Source Project 43 static status_t open(const String8& filename, Tokenizer** outTokenizer);
|
/system/core/libcutils/ |
android_reboot.c | 2 * Copyright 2011, The Android Open Source Project 86 fd = open("/proc/sysrq-trigger", O_WRONLY);
|
ashmem-dev.c | 2 * Copyright (C) 2008 The Android Open Source Project 46 fd = open(ASHMEM_DEVICE, O_RDWR);
|
sched_policy.c | 4 ** Copyright 2007, The Android Open Source Project 60 // File descriptors open to /dev/cpuctl/../tasks, setup by initialize, or -1 on error. 128 system_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC); 130 SLOGV("open of %s failed: %s\n", filename, strerror(errno)); 135 fg_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC); 137 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); 141 bg_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC); 143 SLOGE("open of %s failed: %s\n", filename, strerror(errno)); 280 fd = open(statfile, O_RDONLY);
|
/system/core/libsuspend/ |
autosuspend_autosleep.c | 2 * Copyright (C) 2012 The Android Open Source Project 90 autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);
|
/system/core/sh/ |
redir.c | 183 * We suppress interrupts so that we won't leave open file 185 * an open of a device or a fifo can block indefinitely. 196 if ((f = open(fname, O_RDONLY|eflags)) < 0) 203 if ((f = open(fname, O_RDWR|O_CREAT|O_TRUNC, 0666)) < 0) 212 if ((f = open(fname, oflags, 0666)) < 0) 217 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0) 247 error("cannot open %s: %s", fname, errmsg(errno, E_OPEN));
|
/system/core/toolbox/ |
load_policy.c | 24 fd = open(path, O_RDONLY); 26 fprintf(stderr, "Could not open %s: %s\n", path, strerror(errno));
|
md5.c | 27 fd = open(path, O_RDONLY); 29 fprintf(stderr,"could not open %s, %s\n", path, strerror(errno));
|
r.c | 53 fd = open("/dev/mem", O_RDWR | O_SYNC); 55 fprintf(stderr,"cannot open /dev/mem\n");
|
rotatefb.c | 43 fd = open(fbdev, O_RDWR); 45 fprintf(stderr, "cannot open %s\n", fbdev);
|
setkey.c | 31 fd = open(TTYDEV, O_RDWR | O_SYNC); 33 fprintf(stderr, "open %s: %s\n", TTYDEV, strerror(errno));
|
umount.c | 40 fprintf(stdout, "could not open /proc/mounts: %s\n", strerror(errno)); 77 loop_fd = open(loopdev, O_RDONLY); 79 fprintf(stderr, "open loop device failed: %s\n", strerror(errno));
|
uptime.c | 2 * Copyright (c) 2010, The Android Open Source Project 62 fd = open("/dev/alarm", O_RDONLY); 83 fprintf(stderr, "Could not open /proc/uptime\n");
|
/system/extras/tests/crypto/ |
get_dm_versions.c | 32 fd = open("/dev/device-mapper", O_RDWR); 34 fprintf(stderr, "Cannot open /dev/device-mapper\n");
|
/system/extras/tests/ext4/ |
set_ext4_err_bit.c | 23 fd = open(argv[1], O_RDWR); 26 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]);
|
/system/extras/tests/storage/ |
opentest.c | 2 * Copyright (C) 2012 The Android Open Source Project 84 fds[i] = open(name, O_WRONLY | O_CREAT, 0666); 86 fprintf(stderr, "Unable to open %d fd\n", i);
|
/system/security/softkeymaster/ |
module.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 81 open: openssl_open, 92 author: "The Android Open Source Project",
|
/system/vold/ |
Devmapper.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 58 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) { 141 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) { 175 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) { 272 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) {
|
Xwarp.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 68 int fd = open(XWARP_CFG, O_WRONLY);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 58 with io.open(__file__, "r", encoding="latin1") as f: 335 with self.open(support.TESTFN, mode) as fp: 338 with self.open(support.TESTFN, "rb") as fp: 341 with self.open(support.TESTFN, "r") as fp: 346 with self.open(support.TESTFN, "wb", buffering=0) as f: 351 with self.open(support.TESTFN, "rb", buffering=0) as f: 358 with self.open(support.TESTFN, "wb") as f: 363 with self.open(support.TESTFN, "rb") as f: 370 with self.open(support.TESTFN, "wb") as f: 372 with self.open(support.TESTFN, "rb") as f [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 58 with io.open(__file__, "r", encoding="latin1") as f: 335 with self.open(support.TESTFN, mode) as fp: 338 with self.open(support.TESTFN, "rb") as fp: 341 with self.open(support.TESTFN, "r") as fp: 346 with self.open(support.TESTFN, "wb", buffering=0) as f: 351 with self.open(support.TESTFN, "rb", buffering=0) as f: 358 with self.open(support.TESTFN, "wb") as f: 363 with self.open(support.TESTFN, "rb") as f: 370 with self.open(support.TESTFN, "wb") as f: 372 with self.open(support.TESTFN, "rb") as f [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 98 with open(temp_log, 'rb') as log_file: 109 with open(log_path, 'wb') as log_file: 134 with open(os.path.join(_THIS_DIR, 'VERSION'), 'r') as f: 146 with open(os.path.join(_THIS_DIR, 'chrome', 'version.cc'), 'r') as f: 151 with open(os.path.join(chrome_paths.GetSrc(), 'chrome', 'VERSION'), 'r') as f: 295 with open(temp_notes_fname, 'rb') as f: 303 with open(temp_notes_fname, 'w') as f:
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 105 s = open(source, 'rb').read() 111 fp = open(dest, 'wb') 118 fp = open(file_name, 'rb') 137 fd = open(source, 'r') 180 fd = open(dest, 'w') 207 fp = open(dest, 'w') 214 fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666)
|