Lines Matching defs:path
127 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions()
172 void FileSystem::EnumerateDirectory(Twine path, bool find_directories, in EnumerateDirectory()
207 SmallString<128> path; in MakeAbsolute() local
219 std::error_code FileSystem::GetRealPath(const Twine &path, in GetRealPath()
224 void FileSystem::Resolve(SmallVectorImpl<char> &path) { in Resolve()
251 SmallString<128> path; in Resolve() local
265 static std::unique_ptr<T> GetMemoryBuffer(const llvm::Twine &path, in GetMemoryBuffer()
284 FileSystem::CreateWritableDataBuffer(const llvm::Twine &path, uint64_t size, in CreateWritableDataBuffer()
296 FileSystem::CreateDataBuffer(const llvm::Twine &path, uint64_t size, in CreateDataBuffer()
337 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation() local
367 static int OpenWithFS(const FileSystem &fs, const char *path, int flags, in OpenWithFS()
445 auto path = file_spec.GetPath(); in Open() local
468 Status FileSystem::RemoveFile(const llvm::Twine &path) { in RemoveFile()