Home
last modified time | relevance | path

Searched refs:subPath (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp210 string subPath; in ForceCreateDirectory() local
213 subPath = path; in ForceCreateDirectory()
215 subPath = path.substr(0, index); in ForceCreateDirectory()
218 if (access(subPath.c_str(), F_OK) != 0) { in ForceCreateDirectory()
219 if (mkdir(subPath.c_str(), (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != 0 && errno != EEXIST) { in ForceCreateDirectory()
375 string subPath; in ChangeModeDirectory() local
392 subPath = IncludeTrailingPathDelimiter(path) + string(ptr->d_name); in ChangeModeDirectory()
394 ret = ChangeModeDirectory(subPath, mode); in ChangeModeDirectory()
396 if (access(subPath.c_str(), F_OK) == 0) { in ChangeModeDirectory()
397 if (!ChangeMode(subPath, mod in ChangeModeDirectory()
[all...]

Completed in 2 milliseconds