Lines Matching defs:inPath
89 char* inPath, // NOT const - gets clobbered
160 char* inPath, // NOT const, gets clobbered
167 if (inPath == nsnull)
169 int pathSize = strlen(inPath);
174 char* c = inPath + pathSize - 1;
188 memcpy(&newPath[1], inPath, pathSize + 1);
193 strcpy(newPath, inPath);
206 delete [] inPath;
653 nsFileSpec::nsFileSpec(const nsFilePath& inPath)
657 *this = inPath.GetFileSpec();
691 void nsFileSpec::operator = (const nsFilePath& inPath)
694 *this = inPath.GetFileSpec();