OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adb_open
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps.h
215
extern int
adb_open
(const char* path, int options);
253
return
adb_open
(path, options);
265
// will work but
adb_open
() FDs will not. Additionally the OS handle associated
540
// Similar to the two-argument
adb_open
(), but takes a mode parameter for file
541
// creation. See
adb_open
() for more info.
555
static __inline__ int
adb_open
( const char* pathname, int options )
function
577
// Closes a file descriptor that came from
adb_open
() or adb_open_mode(), but
579
// for
adb_open
() for more info.
sysdeps_win32.cpp
382
int
adb_open
(const char* path, int options)
function
400
D("
adb_open
: invalid options (0x%0x)", options);
420
D( "
adb_open
: could not open '%s': ", path );
440
D( "
adb_open
: '%s' => fd %d", path, _fh_to_int(f) );
[
all
...]
Completed in 56 milliseconds