Searched defs:make_dir (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dutil.cpp222 auto ret = make_dir(directory, mode);
226 auto ret = make_dir(path, mode);
258 bool make_dir(const std::string& path, mode_t mode) { function in namespace:android::init

Completed in 69 milliseconds