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

/system/core/adb/
H A Dsysdeps.h149 return open(path, options);
158 return open(path, options, mode);
161 #define open ___xxx_unix_open macro
301 return open(path, options);
310 return open(path, options, mode);
316 return open( pathname, options, mode );
322 int fd = open( pathname, options );
328 #undef open macro
329 #define open ___xxx_open macro

Completed in 98 milliseconds