Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp472 unsigned short curRecursionDepth) in CopyDirAndDelSrc() argument
474 if (curRecursionDepth > MAX_RECURSION_DEPTH) { in CopyDirAndDelSrc()
475 MEDIA_ERR_LOG("curRecursionDepth:%{public}d>MAX_RECURSION_DEPTH", curRecursionDepth); in CopyDirAndDelSrc()
478 ++curRecursionDepth; in CopyDirAndDelSrc()
500 ret = CopyDirAndDelSrc(srcSubPath, destSubPath, curRecursionDepth) && ret; in CopyDirAndDelSrc()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h97 unsigned short curRecursionDepth = 0);