Searched refs:dirPath (Results 1 – 2 of 2) sorted by relevance
32 CPath dirPath; in main() local39 } else if (dirPath.isEmpty()) { in main()40 dirPath.set(argv[i]); in main()47 if (dirPath.isEmpty()) { in main()51 } else if (!dirPath.dirExists()) { in main()52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr()); in main()71 if (findLock(dirPath, &result)) { in main()
535 IPath dirPath = pluginState.append(dirName); in getImageDir() local537 mImageDir = new File(dirPath.toOSString()); in getImageDir()