Lines Matching refs:GetPath
75 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
88 return GetStatus(file_spec.GetPath()); in GetStatus()
99 return GetModificationTime(file_spec.GetPath()); in GetModificationTime()
112 return GetByteSize(file_spec.GetPath()); in GetByteSize()
123 return GetPermissions(file_spec.GetPath()); in GetPermissions()
130 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
151 return file_spec && Exists(file_spec.GetPath()); in Exists()
159 return file_spec && Readable(file_spec.GetPath()); in Readable()
170 return file_spec && IsDirectory(file_spec.GetPath()); in IsDirectory()
180 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
219 file_spec.GetPath(path, false); in MakeAbsolute()
263 file_spec.GetPath(path); in Resolve()
321 return CreateWritableDataBuffer(file_spec.GetPath(), size, offset); in CreateWritableDataBuffer()
327 return CreateDataBuffer(file_spec.GetPath(), size, offset); in CreateDataBuffer()
457 auto path = file_spec.GetPath(); in Open()
477 return RemoveFile(file_spec.GetPath()); in RemoveFile()