Lines Matching refs:string_view
135 bool mkdirOrLog(std::string_view name, int mode = 0770, bool allowExisting = true) { in mkdirOrLog()
156 static std::string toMountKey(std::string_view path) { in toMountKey()
175 static std::pair<std::string, std::string> makeMountDir(std::string_view incrementalDir, in makeMountDir()
176 std::string_view path) { in makeMountDir()
190 typename Map::const_iterator findParentPath(const Map& map, std::string_view path) { in findParentPath()
209 std::string_view path) { in parseFromIncfs()
215 static bool isValidMountTarget(std::string_view path) { in isValidMountTarget()
219 std::string makeUniqueName(std::string_view prefix) { in makeUniqueName()
240 static bool checkReadLogsDisabledMarker(std::string_view root) { in checkReadLogsDisabledMarker()
301 static auto openDir(std::string_view dir) { in openDir()
334 void IncrementalService::IncFsMount::cleanupFilesystem(std::string_view root) { in cleanupFilesystem()
349 IncrementalService::IncrementalService(ServiceManagerWrapper&& sm, std::string_view rootDir) in IncrementalService()
600 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
746 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
881 std::string_view path) const { in findStorageLocked()
885 StorageId IncrementalService::findStorageId(std::string_view path) const { in findStorageId()
1055 StorageId IncrementalService::openStorage(std::string_view pathInMount) { in openStorage()
1077 int IncrementalService::bind(StorageId storage, std::string_view source, std::string_view target, in bind()
1107 int IncrementalService::unbind(StorageId storage, std::string_view target) { in unbind()
1152 std::string_view path) const { in normalizePathToStorageLocked()
1169 std::string_view path) const { in normalizePathToStorage()
1178 int IncrementalService::makeFile(StorageId storage, std::string_view path, int mode, FileId id, in makeFile()
1227 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir()
1238 int IncrementalService::makeDirs(StorageId storageId, std::string_view path, int mode) { in makeDirs()
1246 int IncrementalService::makeDirs(const IncFsMount& ifs, StorageId storageId, std::string_view path, in makeDirs()
1255 int IncrementalService::link(StorageId sourceStorageId, std::string_view oldPath, in link()
1256 StorageId destStorageId, std::string_view newPath) { in link()
1280 int IncrementalService::unlink(StorageId storage, std::string_view path) { in unlink()
1289 std::string_view storageRoot, std::string&& source, in addBindMount()
1362 RawMetadata IncrementalService::getMetadata(StorageId storage, std::string_view path) const { in getMetadata()
1452 std::unordered_set<std::string_view> IncrementalService::adoptMountedInstances() { in adoptMountedInstances()
1453 std::unordered_set<std::string_view> mountedRootNames; in adoptMountedInstances()
1535 auto name = std::string_view(e->d_name); in adoptMountedInstances()
1557 auto name = std::string_view(e->d_name); in adoptMountedInstances()
1650 const std::unordered_set<std::string_view>& mountedRootNames) { in mountExistingImages()
1660 std::string_view name = entry->d_name; in mountExistingImages()
1674 bool IncrementalService::mountExistingImage(std::string_view root) { in mountExistingImage()
1729 auto name = std::string_view(e->d_name); in mountExistingImage()
1746 auto name = std::string_view(e->d_name); in mountExistingImage()
1883 bool IncrementalService::configureNativeBinaries(StorageId storage, std::string_view apkFullPath, in configureNativeBinaries()
1884 std::string_view libDirRelativePath, in configureNativeBinaries()
1885 std::string_view abi, bool extractNativeLibs) { in configureNativeBinaries()
1938 std::string_view fileName; in configureNativeBinaries()
2072 std::string_view debugLibPath, in extractZipFile()
2137 std::string_view debugFilePath, in setFileContent()
2186 std::string_view filePath) const { in isFileFullyLoaded()
2229 const IncFsMount& ifs, std::string_view storagePath) const { in getLoadingProgressFromPath()