Searched refs:openRaw (Results 1 – 1 of 1) sorted by relevance
73 static unique_fd openRaw(std::string_view file) { in openRaw() function81 static unique_fd openRaw(std::string_view dir, std::string_view name) { in openRaw() function82 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()