Searched refs:ensure_dir_path_created (Results 1 – 4 of 4) sorted by relevance
56 bool ensure_dir_path_created(const string&);
763 ensure_dir_path_created(const string& dir_path) in ensure_dir_path_created() function802 is_ok = ensure_dir_path_created(parent); in ensure_parent_dir_created()
118 using abigail::tools_utils::ensure_dir_path_created;826 ABG_ASSERT(ensure_dir_path_created(p)); in extracted_packages_parent_dir()
42274 * tests/test-utils.h (is_dir, ensure_dir_path_created)42277 * tools/abg-tools-utils.h (is_dir, ensure_dir_path_created)42280 * tests/test-utils.cc (is_dir, ensure_dir_path_created)42282 * tools/abg-tools-utils.cc (is_dir, ensure_dir_path_created)44266 (is_dir, ensure_dir_path_created, ensure_parent_dir_created): New