- 時間撮記:
- 2016-6-22 下午04:23:44 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
r60046 r61823 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 446 446 "/x", "/", "/x/", 447 447 "/", "x", "/x", 448 "dir", "file", "dir /file",448 "dir", "file", "dir" RTPATH_SLASH_STR "file", 449 449 "dir", "/file", "dir/file", 450 450 "dir", "//file", "dir/file", … … 457 457 "dir//", "//file", "dir/file", 458 458 "dir///", "///file", "dir/file", 459 "/bin/testcase", "foo.r0", "/bin/testcase /foo.r0",459 "/bin/testcase", "foo.r0", "/bin/testcase" RTPATH_SLASH_STR "foo.r0", 460 460 #if defined (RT_OS_OS2) || defined (RT_OS_WINDOWS) 461 461 "/", "\\", "/", 462 462 "\\", "/", "\\", 463 "\\\\srv\\shr", "dir//", "\\\\srv\\shr /dir//",464 "\\\\srv\\shr", "dir//file", "\\\\srv\\shr /dir//file",463 "\\\\srv\\shr", "dir//", "\\\\srv\\shr" RTPATH_SLASH_STR "dir//", 464 "\\\\srv\\shr", "dir//file", "\\\\srv\\shr" RTPATH_SLASH_STR "dir//file", 465 465 "\\\\srv\\shr", "//dir//", "\\\\srv\\shr/dir//", 466 466 "\\\\srv\\shr", "/\\dir//", "\\\\srv\\shr\\dir//", … … 471 471 "C:\\", "/autoexec.bat", "C:\\autoexec.bat", 472 472 "C:\\\\", "autoexec.bat", "C:\\autoexec.bat", 473 "E:\\bin\\testcase", "foo.r0", "E:\\bin\\testcase /foo.r0",473 "E:\\bin\\testcase", "foo.r0", "E:\\bin\\testcase" RTPATH_SLASH_STR "foo.r0", 474 474 #endif 475 475 };
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器