Searched defs:options (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ |
D | roots.cpp | 36 static int parse_options(char* options, Volume* volume) { in parse_options() 82 char* options = NULL; in load_volume_table() local
|
/bootable/recovery/minadbd/ |
D | sysdeps.h | 141 static __inline__ int adb_open_mode(const char* path, int options, int mode) in adb_open_mode() 146 static __inline__ int unix_open(const char* path, int options,...) in unix_open() 305 static __inline__ int unix_open(const char* path, int options,...) in unix_open() 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() 340 static __inline__ int adb_open( const char* pathname, int options ) in adb_open()
|