Lines Matching refs:sv
57 static constexpr auto backing = "backing_store"sv;
58 static constexpr auto mount = "mount"sv;
59 static constexpr auto mountKeyPrefix = "MT_"sv;
60 static constexpr auto storagePrefix = "st"sv;
61 static constexpr auto mountpointMdPrefix = ".mountpoint."sv;
62 static constexpr auto infoMdName = ".info"sv;
63 static constexpr auto readLogsDisabledMarkerName = ".readlogs_disabled"sv;
64 static constexpr auto libDir = "lib"sv;
65 static constexpr auto libSuffix = ".so"sv;
67 static constexpr auto systemPackage = "android"sv;
101 if (path == "/"sv) { in toMountKey()
242 if (entry->d_name == "."sv || entry->d_name == ".."sv) { in rmDirContent()
1142 if (e->d_name == "."sv || e->d_name == ".."sv) { in adoptMountedInstances()
1326 if (e->d_name == "."sv || e->d_name == ".."sv) { in mountExistingImage()