Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp555 std::string rPath = FileSystem::GetApplicationPath(); in SetSystemResourcesPath() local
556 rPath = FileSystem::NormalizePath(rPath); in SetSystemResourcesPath()
557 int idx = rPath.find_last_of(sep); in SetSystemResourcesPath()
558 rPath = rPath.substr(0, idx + 1) + "resources"; in SetSystemResourcesPath()
559 args.systemResourcesPath = rPath; in SetSystemResourcesPath()

Completed in 3 milliseconds