Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dfile.c154 size_t pathLen = strlen(file) + 1; in open() local
155 if (pathLen <= 0) { in open()
159 char *canonicalPath = (char *)malloc(pathLen); in open()
164 if (GetCanonicalPath(NULL, file, canonicalPath, pathLen) == 0) { in open()

Completed in 1 milliseconds