OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_sticky
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
glocalfileinfo.h
38
gboolean
is_sticky
;
member in struct:__anon1922
glocalfileinfo.c
796
parent_info->
is_sticky
= FALSE;
822
parent_info->
is_sticky
= (statbuf.st_mode & S_ISVTX) != 0;
824
parent_info->
is_sticky
= FALSE;
867
if (parent_info->
is_sticky
)
[
all
...]
Completed in 529 milliseconds