OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_blocks
(Results
226 - 229
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/openssh/
sftp-server.c
504
buffer_put_int64(&msg, st->
f_blocks
);
[
all
...]
sftp-client.c
314
st->
f_blocks
= buffer_get_int64(&msg);
[
all
...]
/system/core/sdcard/
sdcard.c
[
all
...]
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
262
static_cast<jlong>(sb.
f_blocks
),
[
all
...]
Completed in 99 milliseconds
1
2
3
4
5
6
7
8
9
10