Searched refs:is_dotdot (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c726 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)) {

Completed in 92 milliseconds