Lines Matching refs:GetPath
64 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
77 return GetStatus(file_spec.GetPath()); in GetStatus()
88 return GetModificationTime(file_spec.GetPath()); in GetModificationTime()
101 return GetByteSize(file_spec.GetPath()); in GetByteSize()
112 return GetPermissions(file_spec.GetPath()); in GetPermissions()
119 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
140 return file_spec && Exists(file_spec.GetPath()); in Exists()
148 return file_spec && Readable(file_spec.GetPath()); in Readable()
159 return file_spec && IsDirectory(file_spec.GetPath()); in IsDirectory()
169 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
208 file_spec.GetPath(path, false); in MakeAbsolute()
252 file_spec.GetPath(path); in Resolve()
309 return CreateWritableDataBuffer(file_spec.GetPath(), size, offset); in CreateWritableDataBuffer()
315 return CreateDataBuffer(file_spec.GetPath(), size, offset); in CreateDataBuffer()
445 auto path = file_spec.GetPath(); in Open()
465 return RemoveFile(file_spec.GetPath()); in RemoveFile()