Home
last modified time | relevance | path

Searched refs:INCFS_INCOMPLETE_NAME (Results 1 – 2 of 2) sorted by relevance

/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h32 #define INCFS_INCOMPLETE_NAME ".incomplete" macro
/system/incremental_delivery/incfs/
Dincfs.cpp1482 if (::access(path::join(root, INCFS_INCOMPLETE_NAME, toStringImpl(id)).c_str(), F_OK)) { in isFullyLoadedV2()
1585 auto res = forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [](auto) { return false; }); in isEverythingLoadedV2()
1764 const auto res = forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [&](const char* name) { in IncFs_ListIncompleteFiles()
1805 return forEachFileIn(path::join(root, INCFS_INCOMPLETE_NAME), [&](const char* name) { in IncFs_ForEachIncompleteFile()
1832 auto dirPath = path::join(root, INCFS_INCOMPLETE_NAME); in IncFs_WaitForLoadingComplete()