Searched refs:has_path_parent (Results 1 – 1 of 1) sorted by relevance
193 bool has_path_parent(const sal_Unicode* path) in has_path_parent() function213 inline bool has_path_parent(const rtl::OUString& path) in has_path_parent() function214 { return has_path_parent(path.getStr()); } in has_path_parent()693 OSL_PRECOND(has_path_parent(path), "Path must have a parent"); in path_make_parent()715 if ((w32_error != ERROR_PATH_NOT_FOUND) || !has_path_parent(dir_path->buffer)) in create_dir_recursively_()1478 if (!has_path_parent(path)) in path_get_parent()
Completed in 40 milliseconds