Home
last modified time | relevance | path

Searched refs:module_paths (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/include/
Dabg-tools-utils.h101 vector<string>& module_paths);
106 vector<string>& module_paths);
/third_party/libabigail/src/
Dabg-tools-utils.cc2403 vector<string> &module_paths) in find_vmlinux_and_module_paths() argument
2428 module_paths.push_back(entry->fts_path); in find_vmlinux_and_module_paths()
2497 vector<string>& module_paths) in get_binary_paths_from_kernel_dist() argument
2526 if (find_vmlinux_and_module_paths(from, vmlinux_path, module_paths)) in get_binary_paths_from_kernel_dist()
2529 std::sort(module_paths.begin(), module_paths.end()); in get_binary_paths_from_kernel_dist()
2582 vector<string>& module_paths) in get_binary_paths_from_kernel_dist() argument
2588 module_paths); in get_binary_paths_from_kernel_dist()
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py199 module_paths = (module.__file__ for module in sys.modules.values()
203 for path in module_paths:
/third_party/libabigail/
DChangeLog12511 Sort module_paths.