Home
last modified time | relevance | path

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

/base/update/updater/utils/
H A Dutils.cpp406 bool existFlag = (access(dstPath.c_str(), 0) == 0); in CopyDir() local
407 if ((!existFlag) && (mkdir(dstPath.c_str(), DEFAULT_DIR_MODE) != 0)) { in CopyDir()
412 if (!existFlag) { in CopyDir()

Completed in 2 milliseconds