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

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c1595 static void ProcessFile (fileName, filePath)
1597 char *filePath;
1606 file = fopen (filePath, "r");
1609 HandleUnopenableFile(filePath, errno);
1620 (*resourceType->proc) (file, filePath);
1631 (*resourceType->proc) (file, filePath);
1638 if (resourceType->key == NULL) HandleUnidentifiableFile(filePath, file);
1643 static void ProcessUPRFile (fileName, filePath)
1645 char *filePath;
1656 PreprocessResourceDirectory(filePath);
1668 char *filePath, *fileName; local
[all...]

Completed in 13 milliseconds