Home | History | Annotate | Download | only in views

Lines Matching defs:is_dir

851     bool is_dir;
854 is_dir = file_info.is_directory;
856 is_dir = file_util::EndsWithSeparator(*path);
857 if (is_dir) {