/external/chromium_org/v8/src/ |
platform-macos.cc | 112 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { function in class:v8::internal::OS::MemoryMappedFile
|
platform-openbsd.cc | 42 #include <sys/stat.h> // open 43 #include <fcntl.h> // open 111 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { function in class:v8::internal::OS::MemoryMappedFile 216 OS::PrintError("Failed to open %s\n", FLAG_gc_fake_mmap);
|
platform.h | 206 // Log file open mode is platform-dependent due to line ends issues. 269 static MemoryMappedFile* open(const char* name);
|
/external/chromium_org/v8/tools/ |
ll_prof.py | 333 log = open(self.log_name, "r") 364 self.log_file = open(log_name, "r") 627 self.trace_file = open(trace_name, "r") 802 kallsyms = open(KERNEL_ALLSYMS_FILE, "r") [all...] |
/external/clang/utils/analyzer/ |
CmpRuns.py | 261 # Open the verbose log, if given. 263 auxLog = open(opts.verboseLog, "wb")
|
/external/clang/utils/ |
token-delta.py | 155 f = open(fileNames[i],'w')
|
/external/dhcpcd/ |
showlease.c | 132 fd = open(leasefile, O_RDONLY);
|
/external/dnsmasq/src/ |
util.c | 54 int fd = open(RANDFILE, O_RDONLY);
|
/external/e2fsprogs/lib/ext2fs/ |
openfs.c | 2 * openfs.c --- open an ext2 filesystem 75 * EXT2_FLAG_RW - Open the filesystem for read/write. 76 * EXT2_FLAG_FORCE - Open the filesystem even if some of the 78 * EXT2_FLAG_JOURNAL_DEV_OK - Open an ext3 journal device 126 retval = manager->open(fs->device_name, io_flags, &fs->io);
|
/external/e2fsprogs/misc/ |
filefrag.c | 278 fd = open(filename, O_RDONLY); 281 perror("open");
|
/external/e2fsprogs/resize/ |
main.c | 262 fd = open(device_name, O_RDWR); 265 com_err("open", errno, _("while opening %s"), 276 com_err("open", errno, 310 com_err (program_name, retval, _("while trying to open %s"),
|
/external/elfutils/tests/ |
update4.c | 19 Red Hat elfutils is an included package of the Open Invention Network. 20 An included package of the Open Invention Network is a package for which 21 Open Invention Network licensees cross-license their patents. No patent 23 included package. Should you wish to participate in the Open Invention 61 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666); 64 printf ("cannot open `%s': %s\n", fname, strerror (errno));
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 202 open(HTML,">$html") or die "Can't write to $html: $!";
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.c | 129 if ((fd = open(filename, O_RDONLY, 0)) == -1) { 131 "Cannot open \"%s\"\n", filename);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SelectorKernel.java | 247 this.serverChannel = ServerSocketChannel.open();
|
/external/kernel-headers/original/linux/ |
atmdev.h | 379 int (*open)(struct atm_vcc *vcc); member in struct:atmdev_ops
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.c | 54 fprintf(stderr, "Can't open /proc: %s\n", strerror(errno)); 75 fd = open(buf, O_RDONLY|O_CLOEXEC, 0); 143 // Now lets get the inodes each process has open 154 fprintf(stderr, "Can't open %s: %s\n", buf, 260 fprintf(stderr, "Can't open %s: %s\n", 294 fprintf(stderr, "Can't open %s: %s\n", 328 fprintf(stderr, "Can't open %s: %s\n", 366 fprintf(stderr, "Can't open /proc/net/dev: %s\n", 398 fprintf(stderr, "Can't open /proc/net/packet: %s\n",
|
/external/libusb/libusb/ |
libusbi.h | 154 /* A list of open handles. Backends are free to traverse this if required. 418 /* Open a device for I/O and other USB operations. The device handle 440 * Do not worry about freeing the handle on failed open, the upper layers 443 int (*open)(struct libusb_device_handle *handle); member in struct:usbi_os_backend 446 * should destroy any resources that were allocated in the open path.
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 5 // This file is distributed under the University of Illinois Open Source 407 /// int open(const char *path, int oflag, ... ); 408 open, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 226 report += "--\n%s--\n""" % open(tmp.name).read()
|
/external/markdown/markdown/ |
html4.py | 186 f = open(f, "wb")
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 234 stream = open(filename)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIGenRegisterInfo.pl | 5 # This file is distributed under the University of Illinois Open Source 202 open(my $fh, ">", $INDEX_FILE);
|
/external/netperf/ |
netcpu_looper.c | 300 lib_idle_fd = open("/tmp/netperf_cpu",O_RDWR | O_CREAT | O_EXCL);
|
/external/neven/ |
FaceDetector_jni.cpp | 2 * Copyright (C) 2006 The Android Open Source Project 133 int filedesc = open(path.string(), O_RDONLY);
|