Lines Matching refs:GetPath
68 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
78 return GetStatus(file_spec.GetPath()); in GetStatus()
87 return GetModificationTime(file_spec.GetPath()); in GetModificationTime()
98 return GetByteSize(file_spec.GetPath()); in GetByteSize()
109 return GetPermissions(file_spec.GetPath()); in GetPermissions()
114 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
135 return Exists(file_spec.GetPath()); in Exists()
143 return Readable(file_spec.GetPath()); in Readable()
154 return IsDirectory(file_spec.GetPath()); in IsDirectory()
164 return IsLocal(file_spec.GetPath()); in IsLocal()
203 file_spec.GetPath(path, false); in MakeAbsolute()
240 file_spec.GetPath(path); in Resolve()
275 return CreateDataBuffer(file_spec.GetPath(), size, offset); in CreateDataBuffer()
390 const std::string path = file_spec.GetPath(); in Open()