Searched refs:sSysPath (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sal/qa/osl/file/ |
| H A D | osl_File.cxx | 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 [all …]
|