Lines Matching refs:string_view
208 IncFsFileId toFileId(std::string_view str);
210 bool isIncFsPath(std::string_view path);
212 UniqueControl mount(std::string_view backingPath, std::string_view targetDir,
214 UniqueControl open(std::string_view dir);
219 ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir);
220 ErrorCode unmount(std::string_view dir);
224 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId,
226 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode,
228 ErrorCode makeDir(const Control& control, std::string_view path, int mode = 0555);
229 ErrorCode makeDirs(const Control& control, std::string_view path, int mode = 0555);
232 RawMetadata getMetadata(const Control& control, std::string_view path);
233 FileId getFileId(const Control& control, std::string_view path);
236 RawSignature getSignature(const Control& control, std::string_view path);
238 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);
239 ErrorCode unlink(const Control& control, std::string_view path);
253 UniqueFd openForSpecialOps(const Control& control, std::string_view path);
264 std::optional<BlockCounts> getBlockCount(const Control& control, std::string_view path);
277 LoadingState isFullyLoaded(const Control& control, std::string_view path);
282 ErrorCode reserveSpace(const Control& control, std::string_view path, Size size);
285 std::optional<Metrics> getMetrics(std::string_view sysfsName);
304 return std::hash<std::string_view>()({&id.data[0], sizeof(id)});