Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dincfs.cpp73 static unique_fd openRaw(std::string_view file) { in openRaw() function
81 static unique_fd openRaw(std::string_view dir, std::string_view name) { in openRaw() function
82 return openRaw(android::incfs::path::join(dir, name)); in openRaw()
307 auto cmd = openRaw(root, INCFS_PENDING_READS_FILENAME); in makeControl()
315 auto logs = openRaw(root, INCFS_LOG_FILENAME); in makeControl()
863 auto fd = openRaw(file); in IncFs_GetSignatureById()
888 auto fd = openRaw(path); in IncFs_UnsafeGetSignatureByPath()