Searched defs:fullPath (Results 1 – 3 of 3) sorted by relevance
176 char* fullPath = (char *)malloc(FILE_NAME_MAX_LEN + 1); in ClearKVStore() local
77 char* fullPath = (char *)malloc(FILE_NAME_MAX_LEN + 1); in RmdirRecursive() local117 char* fullPath = (char *)malloc(pathLen); in MakeParent() local
52 int GetFullPath(const char* uri, char* fullPath, int len) in GetFullPath()