Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-tools-utils.h56 bool ensure_dir_path_created(const string&);
/third_party/libabigail/src/
Dabg-tools-utils.cc763 ensure_dir_path_created(const string& dir_path) in ensure_dir_path_created() function
802 is_ok = ensure_dir_path_created(parent); in ensure_parent_dir_created()
/third_party/libabigail/tools/
Dabipkgdiff.cc118 using abigail::tools_utils::ensure_dir_path_created;
826 ABG_ASSERT(ensure_dir_path_created(p)); in extracted_packages_parent_dir()
/third_party/libabigail/
DChangeLog42274 * 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