Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dplatform_mac.cpp37 auto fixPath = [&](string_view pathRaw) -> string { in PlatformMac() local
72 plat_.coreRootPath = fixPath(createInfo.coreRootPath); in PlatformMac()
73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformMac()
74 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformMac()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dplatform_linux.cpp36 auto fixPath = [&](string_view pathRaw) -> string { in PlatformLinux() local
72 plat_.coreRootPath = fixPath(createInfo.coreRootPath); in PlatformLinux()
73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformLinux()
74 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformLinux()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp46 auto fixPath = [&](string_view pathRaw) -> string { in PlatformWindows() local
92 plat_.coreRootPath = fixPath(createInfo.coreRootPath); in PlatformWindows()
93 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformWindows()
94 plat_.appPluginPath = fixPath(createInfo.appPluginPath); in PlatformWindows()

Completed in 2 milliseconds