Searched defs:path_component (Results 1 – 3 of 3) sorted by relevance
78 struct path_component { struct79 struct ntfs_list_head list;80 const char *name;
364 const std::string_view path_component = *cur_path; in SetPath() local
457 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()