Searched refs:ensure_dir_path_created (Results 1 – 4 of 4) sorted by relevance
51 bool ensure_dir_path_created(const string&);
661 ensure_dir_path_created(const string& dir_path) in ensure_dir_path_created() function700 is_ok = ensure_dir_path_created(parent); in ensure_parent_dir_created()
114 using abigail::tools_utils::ensure_dir_path_created;809 ABG_ASSERT(ensure_dir_path_created(p)); in extracted_packages_parent_dir()
37412 * tests/test-utils.h (is_dir, ensure_dir_path_created)37415 * tools/abg-tools-utils.h (is_dir, ensure_dir_path_created)37418 * tests/test-utils.cc (is_dir, ensure_dir_path_created)37420 * tools/abg-tools-utils.cc (is_dir, ensure_dir_path_created)39404 (is_dir, ensure_dir_path_created, ensure_parent_dir_created): New