Lines Matching refs:GetPath
61 llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath()); in Initialize()
67 nullptr, mapping.GetPath()), in Initialize()
95 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
108 return GetStatus(file_spec.GetPath()); in GetStatus()
119 return GetModificationTime(file_spec.GetPath()); in GetModificationTime()
132 return GetByteSize(file_spec.GetPath()); in GetByteSize()
143 return GetPermissions(file_spec.GetPath()); in GetPermissions()
150 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
171 return file_spec && Exists(file_spec.GetPath()); in Exists()
179 return file_spec && Readable(file_spec.GetPath()); in Readable()
190 return file_spec && IsDirectory(file_spec.GetPath()); in IsDirectory()
200 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
239 file_spec.GetPath(path, false); in MakeAbsolute()
283 file_spec.GetPath(path); in Resolve()
327 return CreateDataBuffer(file_spec.GetPath(), size, offset); in CreateDataBuffer()
453 Collect(file_spec.GetPath()); in Open()
498 return GetExternalPath(file_spec.GetPath()); in GetExternalPath()
502 Collect(file_spec.GetPath()); in Collect()