Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-tools-utils.h51 bool ensure_dir_path_created(const string&);
/external/libabigail/src/
Dabg-tools-utils.cc661 ensure_dir_path_created(const string& dir_path) in ensure_dir_path_created() function
700 is_ok = ensure_dir_path_created(parent); in ensure_parent_dir_created()
/external/libabigail/tools/
Dabipkgdiff.cc114 using abigail::tools_utils::ensure_dir_path_created;
809 ABG_ASSERT(ensure_dir_path_created(p)); in extracted_packages_parent_dir()
/external/libabigail/
DChangeLog37412 * 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