Searched refs:pSrcRoot (Results 1 – 4 of 4) sorted by relevance
31 const char* pSrcRoot = getenv( "SRC_ROOT" ); in Directories() local32 CPPUNIT_ASSERT_MESSAGE("SRC_ROOT env variable not set", pSrcRoot != nullptr); in Directories()33 CPPUNIT_ASSERT_MESSAGE("SRC_ROOT env variable not set", pSrcRoot[0] != 0); in Directories()37 m_aSrcRootPath = OUString::createFromAscii( pSrcRoot ); in Directories()
33 const char* pSrcRoot = getenv("SRC_ROOT"); in Directories() local34 CPPUNIT_ASSERT_MESSAGE("SRC_ROOT env variable not set", pSrcRoot != nullptr); in Directories()35 CPPUNIT_ASSERT_MESSAGE("SRC_ROOT env variable not set", pSrcRoot[0] != 0); in Directories()39 m_aSrcRootPath = OUString::createFromAscii(pSrcRoot); in Directories()
66 const wchar_t* pSrcRoot = _wgetenv(L"SRC_ROOT"); in Test() local67 if (pSrcRoot) in Test()69 documentName.append(pSrcRoot); in Test()
63 const wchar_t* pSrcRoot = _wgetenv(L"SRC_ROOT"); in Test() local64 if (pSrcRoot) in Test()66 documentName.append(pSrcRoot); in Test()