Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dincfs.cpp76 static ab::unique_fd openRaw(std::string_view file) { in openRaw() function
84 static ab::unique_fd openRaw(std::string_view dir, std::string_view name) { in openRaw() function
85 return openRaw(path::join(dir, name)); in openRaw()
378 auto cmd = openRaw(root, INCFS_PENDING_READS_FILENAME); in makeControl()
386 auto logs = openRaw(root, INCFS_LOG_FILENAME); in makeControl()
392 blocksWritten = openRaw(root, INCFS_BLOCKS_WRITTEN_FILENAME); in makeControl()
1008 auto fd = openRaw(file); in IncFs_GetSignatureById()
1033 auto fd = openRaw(path); in IncFs_UnsafeGetSignatureByPath()
1723 auto fd = openRaw(name); in IncFs_GetFileBlockCountById()
1743 auto fd = openRaw(path); in IncFs_GetFileBlockCountByPath()