Home
last modified time | relevance | path

Searched defs:Inode (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/inode2filename/
Dinode.h83 struct Inode { struct
89 static bool Parse(const std::string& str, /*out*/Inode* out, /*out*/std::string* error_msg); argument
102 constexpr Inode(size_t device_major, size_t device_minor, size_t inode) in Inode() argument
106 static constexpr Inode FromDeviceAndInode(dev_t dev, ino_t inode) { in FromDeviceAndInode() argument
114 constexpr ino_t GetInode() const { in GetInode() argument
119 inline std::ostream& operator<<(std::ostream& os, const Inode& inode) { argument
/system/iorap/src/compiler/
Dcompiler.cc48 using Inode = iorap::inode2filename::Inode; typedef