Searched defs:nsprPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp407 void nsDll::BreakAfterLoad(const char *nsprPath) argument
412 if (!nsprPath || !*nsprPath) return;
437 nsCString currentPath(nsprPath);
445 fprintf(stderr, "...Loading module %s\n", nsprPath);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp292 const char* nsprPath = workingFilePath; local
299 nsprPath = temp;
303 PRStatus status = PR_GetFileInfo64(nsprPath, &mFileInfo64);
H A DnsLocalFileWin.cpp509 const char *nsprPath = mWorkingPath.get(); local
516 nsprPath = temp;
521 PRStatus status = PR_GetFileInfo64(nsprPath, &mFileInfo64);

Completed in 57 milliseconds