OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fh_handle
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps_win32.c
111
#define
fh_handle
u.handle
macro
216
f->
fh_handle
= INVALID_HANDLE_VALUE;
222
CloseHandle( f->
fh_handle
);
223
f->
fh_handle
= INVALID_HANDLE_VALUE;
232
if ( !ReadFile( f->
fh_handle
, buf, (DWORD)len, &read_bytes, NULL ) ) {
247
if ( !WriteFile( f->
fh_handle
, buf, (DWORD)len, &wrote_bytes, NULL ) ) {
273
result = SetFilePointer( f->
fh_handle
, pos, NULL, method );
332
f->
fh_handle
= CreateFile( path, desiredAccess, shareMode, NULL, OPEN_EXISTING,
335
if ( f->
fh_handle
== INVALID_HANDLE_VALUE ) {
372
f->
fh_handle
= CreateFile( path, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE
[
all
...]
/external/kernel-headers/original/linux/nfsd/
nfsfh.h
136
struct knfsd_fh
fh_handle
; /* FH data */
member in struct:svc_fh
139
int fh_maxsize; /* max size for
fh_handle
*/
Completed in 51 milliseconds