OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_res_size
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/
glocalfileinfo.c
450
ssize_t
list_res_size
;
local
462
list_res_size
= g_listxattr (path, NULL, 0, follow_symlinks);
464
if (
list_res_size
== -1 ||
465
list_res_size
== 0)
468
list_size =
list_res_size
;
473
list_res_size
= g_listxattr (path, list, list_size, follow_symlinks);
475
if (
list_res_size
== -1 && errno == ERANGE)
482
if (
list_res_size
== -1)
486
while (
list_res_size
> 0)
515
list_res_size
-= len
605
ssize_t
list_res_size
;
local
[
all
...]
Completed in 84 milliseconds