Home
last modified time | relevance | path

Searched refs:strCurrentPath (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp496 if (strCurrentPath.length() == 0) in Path_FindParentDirectoryRecursively()
499 bool bExists = Path_Exists(strCurrentPath); in Path_FindParentDirectoryRecursively()
502 return strCurrentPath; in Path_FindParentDirectoryRecursively()
504 while (bExists && strCurrentPath.length() != 0) in Path_FindParentDirectoryRecursively()
506 strCurrentPath = Path_StripFilename(strCurrentPath); in Path_FindParentDirectoryRecursively()
508 bExists = Path_Exists(strCurrentPath); in Path_FindParentDirectoryRecursively()
510 return strCurrentPath; in Path_FindParentDirectoryRecursively()
523 if (strCurrentPath.length() == 0) in Path_FindParentSubDirectoryRecursively()
526 bool bExists = Path_Exists(strCurrentPath); in Path_FindParentSubDirectoryRecursively()
529 strCurrentPath = Path_StripFilename(strCurrentPath); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/openvr/src/
H A Dpathtools_public.cpp511 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
514 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
517 return strCurrentPath; in Path_FindParentDirectoryRecursively()
519 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
521 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
523 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
525 return strCurrentPath; in Path_FindParentDirectoryRecursively()
539 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
542 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
545 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp496 if (strCurrentPath.length() == 0) in Path_FindParentDirectoryRecursively()
499 bool bExists = Path_Exists(strCurrentPath); in Path_FindParentDirectoryRecursively()
502 return strCurrentPath; in Path_FindParentDirectoryRecursively()
504 while (bExists && strCurrentPath.length() != 0) in Path_FindParentDirectoryRecursively()
506 strCurrentPath = Path_StripFilename(strCurrentPath); in Path_FindParentDirectoryRecursively()
508 bExists = Path_Exists(strCurrentPath); in Path_FindParentDirectoryRecursively()
510 return strCurrentPath; in Path_FindParentDirectoryRecursively()
523 if (strCurrentPath.length() == 0) in Path_FindParentSubDirectoryRecursively()
526 bool bExists = Path_Exists(strCurrentPath); in Path_FindParentSubDirectoryRecursively()
529 strCurrentPath = Path_StripFilename(strCurrentPath); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp544 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
547 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
550 return strCurrentPath; in Path_FindParentDirectoryRecursively()
552 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
554 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
556 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
558 return strCurrentPath; in Path_FindParentDirectoryRecursively()
572 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
575 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
578 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openvr/src/src/vrcommon/
H A Dpathtools_public.cpp544 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
547 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
550 return strCurrentPath; in Path_FindParentDirectoryRecursively()
552 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
554 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
556 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
558 return strCurrentPath; in Path_FindParentDirectoryRecursively()
572 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
575 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
578 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/www/firefox/firefox-99.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp544 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
547 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
550 return strCurrentPath; in Path_FindParentDirectoryRecursively()
552 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
554 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
556 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
558 return strCurrentPath; in Path_FindParentDirectoryRecursively()
572 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
575 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
578 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp544 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
547 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
550 return strCurrentPath; in Path_FindParentDirectoryRecursively()
552 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
554 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
556 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
558 return strCurrentPath; in Path_FindParentDirectoryRecursively()
572 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
575 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
578 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp544 if ( strCurrentPath.length() == 0 ) in Path_FindParentDirectoryRecursively()
547 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
550 return strCurrentPath; in Path_FindParentDirectoryRecursively()
552 while( bExists && strCurrentPath.length() != 0 ) in Path_FindParentDirectoryRecursively()
554 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentDirectoryRecursively()
556 bExists = Path_Exists( strCurrentPath ); in Path_FindParentDirectoryRecursively()
558 return strCurrentPath; in Path_FindParentDirectoryRecursively()
572 if ( strCurrentPath.length() == 0 ) in Path_FindParentSubDirectoryRecursively()
575 bool bExists = Path_Exists( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
578 strCurrentPath = Path_StripFilename( strCurrentPath ); in Path_FindParentSubDirectoryRecursively()
[all …]