Lines Matching refs:GetPath
76 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
89 return GetStatus(file_spec.GetPath()); in GetStatus()
100 return GetModificationTime(file_spec.GetPath()); in GetModificationTime()
113 return GetByteSize(file_spec.GetPath()); in GetByteSize()
124 return GetPermissions(file_spec.GetPath()); in GetPermissions()
131 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
152 return file_spec && Exists(file_spec.GetPath()); in Exists()
160 return file_spec && Readable(file_spec.GetPath()); in Readable()
171 return file_spec && IsDirectory(file_spec.GetPath()); in IsDirectory()
181 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
220 file_spec.GetPath(path, false); in MakeAbsolute()
264 file_spec.GetPath(path); in Resolve()
322 return CreateWritableDataBuffer(file_spec.GetPath(), size, offset); in CreateWritableDataBuffer()
328 return CreateDataBuffer(file_spec.GetPath(), size, offset); in CreateDataBuffer()
458 auto path = file_spec.GetPath(); in Open()
478 return RemoveFile(file_spec.GetPath()); in RemoveFile()