Searched refs:INCFS_INCOMPLETE_NAME (Results 1 – 2 of 2) sorted by relevance
/system/incremental_delivery/incfs/kernel-headers/linux/ |
D | incrementalfs.h | 32 #define INCFS_INCOMPLETE_NAME ".incomplete" macro
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 1482 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()
|