Lines Matching defs:path
139 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions()
184 void FileSystem::EnumerateDirectory(Twine path, bool find_directories, in EnumerateDirectory()
219 SmallString<128> path; in MakeAbsolute() local
231 std::error_code FileSystem::GetRealPath(const Twine &path, in GetRealPath()
236 void FileSystem::Resolve(SmallVectorImpl<char> &path) { in Resolve()
263 SmallString<128> path; in Resolve() local
278 static std::unique_ptr<T> GetMemoryBuffer(const llvm::Twine &path, in GetMemoryBuffer()
297 FileSystem::CreateWritableDataBuffer(const llvm::Twine &path, uint64_t size, in CreateWritableDataBuffer()
309 FileSystem::CreateDataBuffer(const llvm::Twine &path, uint64_t size, in CreateDataBuffer()
350 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation() local
380 static int OpenWithFS(const FileSystem &fs, const char *path, int flags, in OpenWithFS()
458 auto path = file_spec.GetPath(); in Open() local
481 Status FileSystem::RemoveFile(const llvm::Twine &path) { in RemoveFile()