/external/iproute2/misc/ |
nstat.c | 55 return open(p, O_RDONLY); 540 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); 542 perror("nstat: open history file");
|
/external/kernel-headers/original/linux/ |
hid.h | 488 int open; /* is the device open by anyone? */ member in struct:hid_device 650 * @open: called by input layer on open 660 int (*open)(struct hid_device *hdev); member in struct:hid_ll_driver 792 * and start the device (if not deffered to device open). hid_hw_stop must be
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_main.c | 118 return ("OPEN"); 681 /* Open HAL transport. */ 683 nfc_cb.p_hal->open (nfc_main_hal_cback, nfc_main_hal_data_cback); [all...] |
/external/openssl/crypto/ |
pariscid.pl | 5 open STDOUT,">$output";
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 461 open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777); 492 open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777);
|
/external/qemu/android/camera/ |
camera-capture-mac.m | 2 * Copyright (C) 2011 The Android Open Source Project 135 * application, and open it. */ 150 success = [capture_device open:&error]; 152 E("Unable to open camera device: '%s'",
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/ |
SDL_sysjoystick.c | 188 fd = open(s, O_RDONLY); 264 fd = open(path, O_RDONLY);
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 511 if ((mapFd = open("/dev/mmap", O_RDWR)) < 0) 563 if ((mapFd = open(DEV_MEM, O_RDWR)) < 0)
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 115 int (*open)(const char*,sqlite3**); member in struct:sqlite3_api_routines 330 #define sqlite3_open sqlite3_api->open
|
/external/sqlite/dist/ |
sqlite3ext.h | 115 int (*open)(const char*,sqlite3**); member in struct:sqlite3_api_routines 330 #define sqlite3_open sqlite3_api->open
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 131 mounts = open("/proc/mounts", O_RDONLY); 166 trace_fd = open(buf, O_WRONLY); 168 printf("failed to open trace_marker file\n"); 526 "re-open log file."); 543 /* Save our path to enable re-open */ 550 wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 454 h = open(full_name,O_RDONLY); 611 outFile = open(image,O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE); 616 fprintf(stderr,"Could not open output file %s\n",image);
|
mkyaffsimage.c | 463 h = open(full_name,O_RDONLY); 561 outFile = open(argv[2],O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE); 566 printf("Could not open output file %s\n",argv[2]);
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 2 * Copyright 2013 The Android Open Source Project 572 int fd = open("/dev/null", O_WRONLY); 725 int fd = open(fileName, O_CREAT | O_RDWR, 0644); 727 fprintf(stderr, "Unable to open '%s': %s\n", fileName, strerror(errno));
|
/frameworks/base/libs/androidfw/ |
ZipFileRO.cpp | 2 * Copyright (C) 2007 The Android Open Source Project 37 * We must open binary files using open(path, ... | O_BINARY) under Windows. 119 * Open the specified file read-only. We memory-map the entire thing and 122 status_t ZipFileRO::open(const char* zipFileName) function in class:ZipFileRO 129 * Open and map the specified file. 131 fd = TEMP_FAILURE_RETRY(::open(zipFileName, O_RDONLY | O_BINARY)); 133 ALOGW("Unable to open zip '%s': %s\n", zipFileName, strerror(errno)); 756 * access if the file we're prying open is small. Bottom line is we 785 * Uncompress an entry, in its entirety, to an open file descriptor [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 2 ** Copyright 2010, The Android Open-Source Project 481 fd = open(fn, O_RDONLY); 483 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn); 509 fd = open(fn, O_RDONLY); 511 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn);
|
arec.c | 2 ** Copyright 2010, The Android Open-Source Project 399 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); 401 fprintf(stderr, "Arec:arec: cannot open '%s'\n", fn); 436 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); 438 fprintf(stderr, "Arec:arec: cannot open '%s'\n", fn);
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 74 open: open_copybit 525 /** Open a new instance of a copybit device using name */ 545 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
|
/hardware/qcom/display/msm8974/libcopybit/ |
copybit.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 76 open: open_copybit 587 /** Open a new instance of a copybit device using name */ 616 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
|
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 74 open: open_copybit 525 /** Open a new instance of a copybit device using name */ 545 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 2 * Copyright (C) 2012 The Android Open Source Project [all...] |
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
ExynosJpegBase.cpp | 3 * Copyright (C) 2011 The Android Open Source Project 330 t_iJpegFd = open(JPEG_ENC_NODE, O_RDWR, 0); 333 t_iJpegFd = open(JPEG_DEC_NODE, O_RDWR, 0); 343 JPEG_ERROR_LOG("[%s]: JPEG_NODE open failed\n", __func__);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
MobiCoreDriverDaemon.cpp | 202 LOG_I("dropConnection(): closing still open device."); 237 LOG_E("%s: failed: cannot open %s", __FUNCTION__, driverPath.c_str()); 258 // Initialize information data of open session command 294 LOG_E("open session error %d", mcRet); 378 device->open(connection); 436 // Initialize information data of open session command 910 i = open("/dev/null", O_RDWR);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
ChannelsTest.java | 595 ServerSocketChannel ssc = ServerSocketChannel.open(); 598 SocketChannel sc = SocketChannel.open();
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 2 * Copyright (C) 2011 The Android Open Source Project 98 public FileDescriptor open(String path, int flags, int mode) throws ErrnoException { return os.open(path, flags, mode); } method in class:ForwardingOs
|