Home | History | Annotate | Download | only in Core

Lines Matching full:filespec

54 FileSpecList::Append(const FileSpec &file_spec)
67 FileSpecList::AppendIfUnique(const FileSpec &file_spec)
110 FileSpecList::FindFileIndex (size_t start_idx, const FileSpec &file_spec, bool full) const
127 if (FileSpec::Equal (m_files[idx], file_spec, full))
137 // Returns the FileSpec object at index "idx". If "idx" is out of
138 // range, then an empty FileSpec object will be returned.
140 const FileSpec &
146 static FileSpec g_empty_file_spec;
150 const FileSpec *
161 // any FileSpec objects its member variables contain, the result
192 FileSpec path_spec = FileSpec (path);
195 FileSpec::FileType type = path_spec.GetFileType();
196 if (type == FileSpec::eFileTypeSymbolicLink)
201 if (type == FileSpec::eFileTypeRegular
202 || (type == FileSpec::eFileTypeDirectory && dir_okay))
207 else if (type == FileSpec::eFileTypeDirectory)