Home
last modified time | relevance | path

Searched refs:aResPath (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw.cxx451 TCollection_AsciiString aResPath; in Draw_Appli() local
452 if (searchResources (aCasRoot, aResPath, "resources", "DrawResources/DrawDefault")) in Draw_Appli()
454 aDrawHome = aResPath + "/DrawResources"; in Draw_Appli()
457 setOcctTclEnv ("CSF_OCCTResourcePath", aResPath); in Draw_Appli()
/dports/cad/opencascade/opencascade-7.6.0/src/Resource/
H A DResource_Manager.cxx528 TCollection_AsciiString aResPath(dir); in GetResourcePath() local
530 OSD_Path anOSDPath(aResPath); in GetResourcePath()