Lines Matching refs:FileSpec
41 GetFileStats (const FileSpec *file_spec, struct stat *stats_ptr) in GetFileStats()
76 FileSpec::ResolveUsername (const char *src_path, char *dst_path, size_t dst_len) in ResolveUsername()
150 FileSpec::ResolvePartialUsername (const char *partial_name, StringList &matches) in ResolvePartialUsername()
185 FileSpec::Resolve (const char *src_path, char *dst_path, size_t dst_len) in Resolve()
222 FileSpec::FileSpec() : in FileSpec() function in FileSpec
232 FileSpec::FileSpec(const char *pathname, bool resolve_path) : in FileSpec() function in FileSpec
244 FileSpec::FileSpec(const FileSpec& rhs) : in FileSpec() function in FileSpec
254 FileSpec::FileSpec(const FileSpec* rhs) : in FileSpec() function in FileSpec
265 FileSpec::~FileSpec() in ~FileSpec()
272 const FileSpec&
273 FileSpec::operator= (const FileSpec& rhs) in operator =()
290 FileSpec::SetFile (const char *pathname, bool resolve) in SetFile()
303 …path_fit = (FileSpec::Resolve (pathname, resolved_path, sizeof(resolved_path)) < sizeof(resolved_p… in SetFile()
357 FileSpec::operator bool() const in operator bool()
370 FileSpec::operator!() const in operator !()
379 FileSpec::operator== (const FileSpec& rhs) const in operator ==()
399 FileSpec resolved_lhs(*this); in operator ==()
415 FileSpec resolved_rhs(rhs); in operator ==()
441 FileSpec::operator!= (const FileSpec& rhs) const in operator !=()
450 FileSpec::operator< (const FileSpec& rhs) const in operator <()
452 return FileSpec::Compare(*this, rhs, true) < 0; in operator <()
459 lldb_private::operator << (Stream &s, const FileSpec& f) in operator <<()
470 FileSpec::Clear() in Clear()
488 FileSpec::Compare(const FileSpec& a, const FileSpec& b, bool full) in Compare()
509 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full) in Equal()
525 FileSpec::Dump(Stream *s) const in Dump()
541 FileSpec::Exists () const in Exists()
548 FileSpec::ResolveExecutableLocation () in ResolveExecutableLocation()
572 FileSpec tmp_file (dir_ref.data(), false); in ResolveExecutableLocation()
587 FileSpec::ResolvePath () in ResolvePath()
601 FileSpec::GetByteSize() const in GetByteSize()
609 FileSpec::FileType
610 FileSpec::GetFileType () const in GetFileType()
632 FileSpec::GetModificationTime () const in GetModificationTime()
645 FileSpec::GetDirectory() in GetDirectory()
654 FileSpec::GetDirectory() const in GetDirectory()
663 FileSpec::GetFilename() in GetFilename()
672 FileSpec::GetFilename() const in GetFilename()
683 FileSpec::GetPath(char *path, size_t path_max_len) const in GetPath()
707 FileSpec::GetPath (void) const in GetPath()
725 FileSpec::GetFileNameExtension () const in GetFileNameExtension()
738 FileSpec::GetFileNameStrippingExtension () const in GetFileNameStrippingExtension()
763 FileSpec::MemoryMapFileContents(off_t file_offset, size_t file_size) const in MemoryMapFileContents()
783 FileSpec::MemorySize() const in MemorySize()
790 FileSpec::ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const in ReadFileContents()
827 FileSpec::ReadFileContents (off_t file_offset, size_t file_size, Error *error_ptr) const in ReadFileContents()
852 FileSpec::ReadFileContentsAsCString(Error *error_ptr) in ReadFileContentsAsCString()
879 FileSpec::ReadFileLines (STLStringArray &lines) in ReadFileLines()
897 FileSpec::EnumerateDirectoryResult
898 FileSpec::EnumerateDirectory in EnumerateDirectory()
936 FileSpec::FileType file_type = eFileTypeUnknown; in EnumerateDirectory()
961 FileSpec child_path_spec (child_path, false); in EnumerateDirectory()
974 if (FileSpec::EnumerateDirectory (child_path, in EnumerateDirectory()
1025 FileSpec::IsSourceImplementationFile () const in IsSourceImplementationFile()
1038 FileSpec::IsRelativeToCurrentWorkingDirectory () const in IsRelativeToCurrentWorkingDirectory()