Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs_impl.c114 static int MakeParent(const char* path, char* firstPath, size_t fPathLen, int* dirNum) in MakeParent() argument
130 MakeParent(fullPath, firstPath, fPathLen, dirNum); in MakeParent()
144 if ((strcpy_s(firstPath, fPathLen, fullPath) != EOK)) { in MakeParent()