Lines Matching refs:fPath
19 fPath(NULL), in BlockedPath()
28 free(fPath); in ~BlockedPath()
43 memcpy(fPath, path, length); in SetTo()
44 fPath[length] = '\0'; in SetTo()
66 fPath[oldLength++] = '/'; in Append()
67 memcpy(fPath + oldLength, component, componentLength); in Append()
76 free(fPath); in _Resize()
77 fPath = NULL; in _Resize()
84 fPath[length] = '\0'; in _Resize()
94 path = (char*)realloc(fPath, capacity); in _Resize()
101 free(fPath); in _Resize()
104 fPath = path; in _Resize()
105 fPath[length] = '\0'; in _Resize()