Lines Matching refs:open
2 * Copyright (C) 2007 The Android Open Source Project
150 return open(path, options);
159 return open(path, options, mode);
162 #define open ___xxx_unix_open
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
349 #define open ___xxx_open