Searched refs:directory_entry (Results 1 – 5 of 5) sorted by relevance
678 class directory_entry {683 explicit directory_entry(const Twine &path, file_status st = file_status())687 directory_entry() {} in directory_entry() function699 bool operator==(const directory_entry& rhs) const { return Path == rhs.Path; }700 bool operator!=(const directory_entry& rhs) const { return !(*this == rhs); }701 bool operator< (const directory_entry& rhs) const;702 bool operator<=(const directory_entry& rhs) const;703 bool operator> (const directory_entry& rhs) const;704 bool operator>=(const directory_entry& rhs) const;725 directory_entry CurrentEntry;[all …]
4200 MDRawDirectory* directory_entry = &(*directory)[stream_index]; in Read() local4203 Swap(&directory_entry->stream_type); in Read()4204 Swap(&directory_entry->location); in Read()4209 unsigned int stream_type = directory_entry->stream_type; in Read()4383 MDRawDirectory* directory_entry = &(*directory_)[stream_index]; in Print() local4387 printf(" stream_type = 0x%x (%s)\n", directory_entry->stream_type, in Print()4388 get_stream_name(directory_entry->stream_type)); in Print()4390 directory_entry->location.data_size); in Print()4391 printf(" location.rva = 0x%x\n", directory_entry->location.rva); in Print()4565 MDRawDirectory* directory_entry = &(*directory_)[info.stream_index]; in SeekToStreamType() local[all …]
891 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename()1062 std::error_code directory_entry::status(file_status &result) const { in status()
475 it.CurrentEntry = directory_entry(path_null.str());483 it.CurrentEntry = directory_entry();
604 it.CurrentEntry = directory_entry(directory_entry_path);614 it.CurrentEntry = directory_entry();