Searched refs:previewPath (Results 1 – 3 of 3) sorted by relevance
80 auto pos = options_.previewPath.find(CONTEXT_FILE_SEPARATOR); in SetOptions()230 auto previewPath = GetPreviewPath(); in GetBaseDir() local231 if (previewPath.empty()) { in GetBaseDir()235 … return previewPath + fileSeparator_ + currArea_ + fileSeparator_ + CONTEXT_BASE + fileSeparator_ + in GetBaseDir()241 return options_.previewPath; in GetPreviewPath()
98 std::string previewPath; member
66 options.previewPath = argv[PARAM_SIXTEEN]; in main()