Home
last modified time | relevance | path

Searched refs:INCFS_NAME (Results 1 – 3 of 3) sorted by relevance

/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h20 #define INCFS_NAME "incremental-fs" macro
/system/incremental_delivery/incfs/
Dincfs.cpp108 static const char kSysfsFeaturesDir[] = "/sys/fs/" INCFS_NAME "/features"; in readIncFsFeatures()
137 return filesystems.find("\t" INCFS_NAME "\n") != std::string::npos; in isFsAvailable()
455 if (::mount(backingPath, targetDir, INCFS_NAME, MS_NOSUID | MS_NODEV | MS_NOATIME, in IncFs_Mount()
DMountRegistry.cpp233 : mFilesystem(filesystem.empty() ? INCFS_NAME : filesystem), in MountRegistry()