Searched defs:open (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dtransport_local.c191 * Redefine open and write for qemu_pipe.h that contains inlined references
194 #undef open macro
196 #define open adb_open macro
199 #undef open macro
201 #define open ___xxx_open macro
H A Dsysdeps.h150 return open(path, options);
159 return open(path, options, mode);
162 #define open ___xxx_unix_open macro
309 return open(path, options);
318 return open(path, options, mode);
324 return open( pathname, options, mode );
330 int fd = open( pathname, options );
336 #undef open macro
337 #define open ___xxx_open macro
H A Dadb.c142 * Redefine open and write for qemu_pipe.h that contains inlined references
146 #undef open macro
148 #define open adb_open macro
151 #undef open macro
153 #define open ___xxx_open macro
/system/security/keystore/
H A Dkeystore.cpp141 ALOGE("could not open keymaster device in %s (%s)",
236 bool open() { function in class:Entropy
238 mRandom = ::open(randomDevice, O_RDONLY);
240 ALOGE("open: %s: %s", randomDevice, strerror(errno));
379 int out = open(tmpFileName, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR);
395 int in = open(filename, O_RDONLY);
497 int in = open(MASTER_KEY_FILE, O_RDONLY);
1386 if (!entropy.open()) {

Completed in 158 milliseconds