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

/bootable/recovery/minadbd/
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 );
329 int fd = open(path, O_CREAT|O_WRONLY|O_TRUNC|O_NOFOLLOW, mode);
342 int fd = open( pathname, options );
348 #undef open macro
349 #define open ___xxx_ope macro
[all...]

Completed in 235 milliseconds