Searched refs:INCFS_NAME (Results 1 – 4 of 4) sorted by relevance
20 #define INCFS_NAME "incremental-fs" macro
104 EXPECT_TRUE(m.loadFrom(f.fd, INCFS_NAME)); in makeFrom()
120 const auto result = filesystems.find("\t" INCFS_NAME "\n") != std::string::npos; in isFsAvailable()255 static const char kSysfsFeaturesDir[] = "/sys/fs/" INCFS_NAME "/features"; in readIncFsFeatures()545 if (::mount(backingPath, targetDir, INCFS_NAME, MS_NOSUID | MS_NODEV | MS_NOATIME, in IncFs_Mount()2014 ab::StringPrintf("/sys/fs/%s/instances/%s", INCFS_NAME, sysfsName); in IncFs_GetMetrics()
205 : mFilesystem(filesystem.empty() ? INCFS_NAME : filesystem), in MountRegistry()