Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp51 constexpr int DIR_FAULT_PERM = 0775; variable
208 if (access(path.c_str(), 0) != 0 && mkdir(path.c_str(), DIR_FAULT_PERM) == FAILED) { in Mkdirs()
214 …if (path.length() <= 0 || access(path.c_str(), 0) == 0 || mkdir(path.c_str(), DIR_FAULT_PERM) == F… in Mkdirs()
267 } else if (mkdir(path.c_str(), DIR_FAULT_PERM) != FAILED) { in MkdirExec()