Searched refs:pathname (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minadbd/
H A Dsysdeps.h166 extern void* load_file(const char* pathname, unsigned* psize);
322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) argument
324 return open( pathname, options, mode );
340 static __inline__ int adb_open( const char* pathname, int options ) argument
342 int fd = open( pathname, options );

Completed in 89 milliseconds