Searched defs:DirectoryEntry (Results 1 – 3 of 3) sorted by relevance
33 struct DirectoryEntry { struct41 DirectoryEntry(const std::string& name, int type) : d_name(name), d_type(type) {} in DirectoryEntry() argument53 std::vector<std::shared_ptr<DirectoryEntry>>* directory_entries); argument
299 struct DirectoryEntry { struct301 using ObservableT = rx::observable<ResultT>;307 std::string filename{kInvalidFileName};309 ino_t d_ino{kInvalidIno};315 bool moved_from_{false};316 size_t debug_counter_{0};322 DirectoryEntry() noexcept { in DirectoryEntry() argument327 DirectoryEntry(std::string filename, ino_t d_ino, unsigned char d_type) noexcept in DirectoryEntry() function335 DirectoryEntry(const DirectoryEntry& other) noexcept { in DirectoryEntry() argument384 DirectoryEntry(DirectoryEntry&& other) noexcept { in DirectoryEntry() function[all …]
60 pub struct DirectoryEntry { struct76 pub fn get_directory(&self) -> Option<&HashMap<CString, DirectoryEntry>> { in get_directory() argument105 fn add_to_directory(&mut self, name: CString, entry: DirectoryEntry) { in add_to_directory()