Searched refs:path_element (Results 1 – 3 of 3) sorted by relevance
1614 return separator.join(str(path_element) for path_element in path_elements)
925 char *path_element = strtok_r(tmp, "/", &save_ptr); in lookup_path_in_cache() local926 while (path_element != NULL) { in lookup_path_in_cache()927 struct node *node = lookup_node(f, ino, path_element); in lookup_path_in_cache()933 path_element = strtok_r(NULL, "/", &save_ptr); in lookup_path_in_cache()
2916 for (auto path_element : current_index_path_) { in RecursivelyFindLeaves() local2918 if (auto integer = path_element.dyn_cast<mlir::IntegerAttr>()) { in RecursivelyFindLeaves()2921 auto str = path_element.cast<mlir::StringAttr>(); in RecursivelyFindLeaves()