Lines Matching refs:string_view

76 bool mkdirOrLog(std::string_view name, int mode = 0770, bool allowExisting = true) {  in mkdirOrLog()
97 static std::string toMountKey(std::string_view path) { in toMountKey()
116 static std::pair<std::string, std::string> makeMountDir(std::string_view incrementalDir, in makeMountDir()
117 std::string_view path) { in makeMountDir()
131 typename Map::const_iterator findParentPath(const Map& map, std::string_view path) { in findParentPath()
150 std::string_view path) { in parseFromIncfs()
156 static bool isValidMountTarget(std::string_view path) { in isValidMountTarget()
177 static bool checkReadLogsDisabledMarker(std::string_view root) { in checkReadLogsDisabledMarker()
232 static auto openDir(std::string_view dir) { in openDir()
265 void IncrementalService::IncFsMount::cleanupFilesystem(std::string_view root) { in cleanupFilesystem()
272 IncrementalService::IncrementalService(ServiceManagerWrapper&& sm, std::string_view rootDir) in IncrementalService()
417 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
573 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
616 std::string_view path) const { in findStorageLocked()
620 StorageId IncrementalService::findStorageId(std::string_view path) const { in findStorageId()
734 StorageId IncrementalService::openStorage(std::string_view pathInMount) { in openStorage()
756 int IncrementalService::bind(StorageId storage, std::string_view source, std::string_view target, in bind()
786 int IncrementalService::unbind(StorageId storage, std::string_view target) { in unbind()
831 std::string_view path) const { in normalizePathToStorageLocked()
848 std::string_view path) const { in normalizePathToStorage()
857 int IncrementalService::makeFile(StorageId storage, std::string_view path, int mode, FileId id, in makeFile()
876 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir()
887 int IncrementalService::makeDirs(StorageId storageId, std::string_view path, int mode) { in makeDirs()
895 int IncrementalService::makeDirs(const IncFsMount& ifs, StorageId storageId, std::string_view path, in makeDirs()
904 int IncrementalService::link(StorageId sourceStorageId, std::string_view oldPath, in link()
905 StorageId destStorageId, std::string_view newPath) { in link()
924 int IncrementalService::unlink(StorageId storage, std::string_view path) { in unlink()
933 std::string_view storageRoot, std::string&& source, in addBindMount()
1006 RawMetadata IncrementalService::getMetadata(StorageId storage, std::string_view path) const { in getMetadata()
1043 std::unordered_set<std::string_view> IncrementalService::adoptMountedInstances() { in adoptMountedInstances()
1044 std::unordered_set<std::string_view> mountedRootNames; in adoptMountedInstances()
1123 auto name = std::string_view(e->d_name); in adoptMountedInstances()
1145 auto name = std::string_view(e->d_name); in adoptMountedInstances()
1238 const std::unordered_set<std::string_view>& mountedRootNames) { in mountExistingImages()
1248 std::string_view name = entry->d_name; in mountExistingImages()
1262 bool IncrementalService::mountExistingImage(std::string_view root) { in mountExistingImage()
1312 auto name = std::string_view(e->d_name); in mountExistingImage()
1329 auto name = std::string_view(e->d_name); in mountExistingImage()
1430 bool IncrementalService::configureNativeBinaries(StorageId storage, std::string_view apkFullPath, in configureNativeBinaries()
1431 std::string_view libDirRelativePath, in configureNativeBinaries()
1432 std::string_view abi, bool extractNativeLibs) { in configureNativeBinaries()
1474 std::string_view fileName; in configureNativeBinaries()
1583 std::string_view targetLibPath, in extractZipFile()