Lines Matching refs:S_ISDIR
83 #ifndef S_ISDIR
84 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
1345 if (ret == 0 && S_ISDIR (buf.st_mode)) in g_local_file_read()
1357 if (ret == 0 && S_ISDIR (_g_stat_mode (&buf))) in g_local_file_read()
1870 S_ISDIR (global_stat.st_mode) && in _g_local_file_has_trash_dir()
1896 return S_ISDIR (trash_stat.st_mode) && in _g_local_file_has_trash_dir()
1936 if (!(S_ISDIR (statbuf.st_mode) && in _g_local_file_is_lost_found_dir()
2004 if (!S_ISDIR (file_stat.st_mode)) in g_local_file_trash()
2067 S_ISDIR (global_stat.st_mode) && in g_local_file_trash()
2074 if (!S_ISDIR (trash_stat.st_mode) || in g_local_file_trash()
2105 if (!S_ISDIR (trash_stat.st_mode) || in g_local_file_trash()
2449 source_is_dir = S_ISDIR (statbuf.st_mode); in g_local_file_move()
2461 if (S_ISDIR (statbuf.st_mode)) in g_local_file_move()
2796 if (S_ISDIR (_g_stat_mode (&buf))) in g_local_file_measure_size_of_file()
2831 if (S_ISDIR (_g_stat_mode (&buf))) in g_local_file_measure_size_of_file()