Lines Matching defs:dir
269 get_interesting_files_under_dir(const string dir,
369 /// @parm dir the temporary directory where to extract the content
374 const string& dir,
383 extracted_dir_path_ = extracted_packages_parent_dir() + "/" + dir;
411 /// Getter for the path to the root dir where the packages are
414 /// @return the path to the root dir where the packages are
686 string abi_path, dir, parent;
829 libabigail_tmp_dir_template += "/abipkgdiff-tmp-dir-XXXXXX";
1892 /// @param dir the directory to look at.
1902 get_kabi_whitelists_from_arch_under_dir(const string& dir,
1907 char* paths[] = {const_cast<char*>(dir.c_str()), 0};
2262 /// @param dir the directory to walk.
2273 get_interesting_files_under_dir(const string dir,
2280 real_path(dir, root);
2282 root = dir;