OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_dotdot
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
vvfat.c
726
int
is_dotdot
=!strcmp(entry->d_name,"..");
local
728
if(first_cluster == 0 && (
is_dotdot
|| is_dot))
741
is_dot ||
is_dotdot
);
750
if(
is_dotdot
)
764
if(!is_dot && !
is_dotdot
&& (S_ISDIR(st.st_mode) || st.st_size)) {
[
all
...]
Completed in 64 milliseconds