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

/haiku/src/tools/
H A Drm_attrs.cpp30 fPathLen = len;
47 fPathLen = strlen(fPath);
54 int separatorLen = (fPath[fPathLen - 1] == '/' ? 0 : 1);
55 if (fPathLen + separatorLen + leafLen >= PATH_MAX)
59 fPath[fPathLen++] = '/';
61 strcpy(fPath + fPathLen, leaf);
62 fPathLen += leafLen;
74 fPathLen = lastSlash - fPath;
80 size_t fPathLen; member in class:Path

Completed in 47 milliseconds