/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
reader.h | 19 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
|
writer.h | 19 void open(const char *filename, bool trunc_flag = true,
|
/external/mesa3d/src/mesa/ |
SConscript | 465 f = open(filename, "w") 471 f = open(tempfile, "w")
|
/external/openssh/openbsd-compat/ |
xmmap.c | 58 open("/dev/zero", O_RDWR), (off_t)0);
|
/external/openssh/ |
ssh-keysign.c | 163 if ((fd = open(_PATH_DEVNULL, O_RDWR)) < 2) 170 key_fd[i++] = open(_PATH_HOST_DSA_KEY_FILE, O_RDONLY); 171 key_fd[i++] = open(_PATH_HOST_ECDSA_KEY_FILE, O_RDONLY); 172 key_fd[i++] = open(_PATH_HOST_RSA_KEY_FILE, O_RDONLY); 201 fatal("could not open any host key");
|
/external/openssl/crypto/objects/ |
objects.pl | 3 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]"; 26 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]"; 113 open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]"; 120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
|
/external/oprofile/daemon/ |
opd_pipe.c | 42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK); 44 perror("oprofiled: couldn't open pipe: ");
|
/external/protobuf/python/ |
ez_setup.py | 159 dst = open(saveto,"wb"); dst.write(data) 248 f = open(name,'rb') 258 f = open(srcfile, 'rb'); src = f.read(); f.close() 266 f = open(srcfile,'w')
|
/external/qemu/ |
gen-skin.py | 33 fp = open(basepath + "/" + file, "rb")
|
/external/qemu/hw/ |
goldfish_memlog.c | 1 /* Copyright (C) 2007-2008 The Android Open Source Project 79 fd = open("mem.log", /* O_CREAT | */ O_TRUNC | O_WRONLY, 0644);
|
/external/qemu-pc-bios/bochs/bios/ |
usage.cc | 52 bios_file = open(argv[1], O_RDONLY);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAssetManager.java | 37 public final InputStream open(String fileName) throws IOException { method in class:ShadowAssetManager
|
/external/sepolicy/ |
app.te | 13 # Receive and use open file descriptors inherited from zygote. 36 # were passed to the app via binder or local IPC. Do not allow open. 41 allow appdomain system_data_file:file { execute open }; 52 allow appdomain anr_data_file:file { open append }; 78 # to any app that has backup ability. Hence, no open permissions here.
|
/external/skia/src/utils/android/ |
ashmem.cpp | 2 * Copyright 2008 The Android Open Source Project 38 fd = open(ASHMEM_DEVICE, O_RDWR);
|
/external/smack/src/org/xbill/DNS/ |
Client.java | 21 selector = Selector.open();
|
/external/srec/seti/sltsEngine/include/ |
SWIslts.h | 62 SWIsltsResult (*open) (SWIsltsHand *phLts, member in struct:SWIsltsWrapper
|
/external/srtp/crypto/rng/ |
rand_source.c | 48 # include <fcntl.h> /* for open() */ 81 /* already open */ 85 /* open random source for reading */ 86 dev_random_fdes = open(DEV_URANDOM, O_RDONLY);
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.c | 41 a.aio_fildes = open("aio.c", O_RDONLY);
|
/external/valgrind/main/memcheck/tests/ |
pointer-trace.c | 64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600);
|
/external/valgrind/main/none/tests/ |
mmap_fcntl_bug.c | 27 fd = open(file, O_RDWR);
|
pth_cancel2.c | 79 if ((fd = open(".ktemp",O_CREAT | O_RDWR, 0666)) < 0) 80 perror("open"), exit(1);
|
/frameworks/base/cmds/backup/ |
backup.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 60 fd = open(filename, O_RDONLY);
|
/frameworks/base/core/java/android/hardware/ |
SerialManager.java | 2 * Copyright (C) 2011 The Android Open Source Project 70 * @param speed at which to open the serial port 78 port.open(pfd, speed); 81 throw new IOException("Could not open serial port " + name);
|
SerialPort.java | 2 * Copyright (C) 2011 The Android Open Source Project 59 public void open(ParcelFileDescriptor pfd, int speed) throws IOException { method in class:SerialPort
|
/frameworks/base/core/java/android/view/ |
DisplayEventReceiver.java | 2 * Copyright (C) 2011 The Android Open Source Project 63 mCloseGuard.open("dispose");
|