Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h54 checkRestoreconResult(mountPath(INCFS_LOG_FILENAME)); in SetUp()
/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h34 #define INCFS_LOG_FILENAME ".log" macro
/system/incremental_delivery/incfs/
Dincfs.cpp386 auto logs = openRaw(root, INCFS_LOG_FILENAME); in makeControl()
505 if (!restorecon(path::join(targetDir, INCFS_LOG_FILENAME).c_str())) { in restoreconControlFiles()