Lines Matching refs:string_view
155 Control openMount(std::string_view path) const final { return incfs::open(path); } in openMount()
160 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId id, in makeFile()
164 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode, in makeMappedFile()
168 ErrorCode makeDir(const Control& control, std::string_view path, int mode) const final { in makeDir()
171 ErrorCode makeDirs(const Control& control, std::string_view path, int mode) const final { in makeDirs()
177 incfs::RawMetadata getMetadata(const Control& control, std::string_view path) const final { in getMetadata()
180 FileId getFileId(const Control& control, std::string_view path) const final { in getFileId()
184 const Control& control, std::string_view path) const final { in countFilledBlocks()
215 std::string_view path) const final { in isFileFullyLoaded()
224 ErrorCode link(const Control& control, std::string_view from, std::string_view to) const final { in link()
227 ErrorCode unlink(const Control& control, std::string_view path) const final { in unlink()
267 std::optional<Metrics> getMetrics(std::string_view sysfsName) const final { in getMetrics()
360 void listFilesRecursive(std::string_view directoryPath, FileCallback onFile) const final { in listFilesRecursive()
384 sp<INTERFACE> RealServiceManager::getRealService(std::string_view serviceName) const { in getRealService()