Home
last modified time | relevance | path

Searched refs:projPath (Results 1 – 1 of 1) sorted by relevance

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp88 CheckFiles(const char* projPath, const char* makePath) in CheckFiles() argument
90 gProjFile.open(projPath, fstream::in | fstream::binary); in CheckFiles()
92 throw Error("%s not found", projPath); in CheckFiles()
293 BString projPath = argv[1]; in main() local
307 CheckFiles(projPath.String(), makePath.String()); in main()