• Home
  • Raw
  • Download

Lines Matching refs:string_view

207 IncFsFileId toFileId(std::string_view str);
209 bool isIncFsPath(std::string_view path);
211 UniqueControl mount(std::string_view backingPath, std::string_view targetDir,
213 UniqueControl open(std::string_view dir);
218 ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir);
219 ErrorCode unmount(std::string_view dir);
223 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId,
225 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode,
227 ErrorCode makeDir(const Control& control, std::string_view path, int mode = 0555);
228 ErrorCode makeDirs(const Control& control, std::string_view path, int mode = 0555);
231 RawMetadata getMetadata(const Control& control, std::string_view path);
232 FileId getFileId(const Control& control, std::string_view path);
235 RawSignature getSignature(const Control& control, std::string_view path);
237 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);
238 ErrorCode unlink(const Control& control, std::string_view path);
252 UniqueFd openForSpecialOps(const Control& control, std::string_view path);
263 std::optional<BlockCounts> getBlockCount(const Control& control, std::string_view path);
276 LoadingState isFullyLoaded(const Control& control, std::string_view path);
281 ErrorCode reserveSpace(const Control& control, std::string_view path, Size size);
284 std::optional<Metrics> getMetrics(std::string_view sysfsName);
303 return std::hash<std::string_view>()({&id.data[0], sizeof(id)});