Home | History | Annotate | Download | only in apps

Lines Matching refs:st_mode

3061 	if (stat(name,&st)==0)	return S_ISDIR(st.st_mode);