Lines Matching refs:string_view
90 explicit IncrementalService(ServiceManagerWrapper&& sm, std::string_view rootDir);
154 StorageId createStorage(std::string_view mountPoint,
157 StorageId createLinkedStorage(std::string_view mountPoint, StorageId linkedStorage,
159 StorageId openStorage(std::string_view path);
168 int bind(StorageId storage, std::string_view source, std::string_view target, BindKind kind);
169 int unbind(StorageId storage, std::string_view target);
175 int makeFile(StorageId storage, std::string_view path, int mode, FileId id,
177 int makeDir(StorageId storage, std::string_view path, int mode = 0755);
178 int makeDirs(StorageId storage, std::string_view path, int mode = 0755);
180 int link(StorageId sourceStorageId, std::string_view oldPath, StorageId destStorageId,
181 std::string_view newPath);
182 int unlink(StorageId storage, std::string_view path);
184 incfs::LoadingState isFileFullyLoaded(StorageId storage, std::string_view filePath) const;
193 RawMetadata getMetadata(StorageId storage, std::string_view path) const;
196 bool configureNativeBinaries(StorageId storage, std::string_view apkFullPath,
197 std::string_view libDirRelativePath, std::string_view abi,
393 static void cleanupFilesystem(std::string_view root);
410 std::unordered_set<std::string_view> adoptMountedInstances();
411 void mountExistingImages(const std::unordered_set<std::string_view>& mountedRootNames);
412 bool mountExistingImage(std::string_view root);
416 int addBindMount(IncFsMount& ifs, StorageId storage, std::string_view storageRoot,
434 BindPathMap::const_iterator findStorageLocked(std::string_view path) const;
435 StorageId findStorageId(std::string_view path) const;
441 std::string_view path) const;
444 std::string_view path) const;
445 int makeDirs(const IncFsMount& ifs, StorageId storageId, std::string_view path, int mode);
450 LoadingProgress getLoadingProgressFromPath(const IncFsMount& ifs, std::string_view path) const;
453 std::string_view debugFilePath, std::span<const uint8_t> data) const;
461 const incfs::FileId& libFileId, std::string_view debugLibPath,