Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h31 #define INCFS_PENDING_READS_FILENAME ".pending_reads" macro
/system/incremental_delivery/incfs/
Dincfs.cpp96 if (!android::incfs::path::endsWith(cmdFile, INCFS_PENDING_READS_FILENAME)) { in rootForCmd()
307 auto cmd = openRaw(root, INCFS_PENDING_READS_FILENAME); in makeControl()
410 {android::incfs::path::join(targetDir, INCFS_PENDING_READS_FILENAME), in restoreconControlFiles()
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp67 checkRestoreconResult(mountPath(INCFS_PENDING_READS_FILENAME)); in SetUp()