Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp363 std::string fPath = commandInfo.configPath; in SetSimulatorCommonParams() local
365 std::size_t pos = fPath.find(".idea"); in SetSimulatorCommonParams()
367 ELOG("previewPath error:%s", fPath.c_str()); in SetSimulatorCommonParams()
369 options.previewPath = fPath.substr(0, pos) + ".idea" + FileSystem::GetSeparator() + "previewer"; in SetSimulatorCommonParams()

Completed in 3 milliseconds