Lines Matching refs:sSysPath
1374 rtl::OString sSysPath("~/tmp"); in TEST_F() local
1379 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, expResult ); in TEST_F()
1380 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "~/tmp"); in TEST_F()
1384 rtl::OString sSysPath("c:/tmp"); in TEST_F() local
1385 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "c:/tmp"); in TEST_F()
1386 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "file:///c:/tmp"); in TEST_F()
1390 rtl::OString sSysPath("file:///temp"); in TEST_F() local
1391 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F()
1392 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F()
1396 rtl::OString sSysPath("//tmp//first start"); in TEST_F() local
1397 …checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "file:///tmp/first%20s… in TEST_F()
1398 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F()
1402 rtl::OString sSysPath(""); in TEST_F() local
1403 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F()
1404 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F()