Home | History | Annotate | Download | only in adb

Lines Matching refs:ReadFile

49             if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
232 if ( !ReadFile( f->fh_handle, buf, (DWORD)len, &read_bytes, NULL ) ) {