Searched defs:path_component (Results 1 – 4 of 4) sorted by relevance
78 struct path_component { struct79 struct ntfs_list_head list;80 const char *name;
564 const std::string& path_component = url_base.substr(path_pos); in RequestUrlFilter() local
364 const std::string_view path_component = *cur_path; in SetPath() local
451 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()