Searched refs:dirPath (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 16 void IncludesCollection::add_to_collection(const string& dirPath) { in add_to_collection() argument 21 hFind = FindFirstFile((dirPath + "\\*").c_str(), &FindFileData); in add_to_collection() 24 allIncludes.insert(EntriesPair(dirPath, DirContent())); in add_to_collection() 35 pdir = opendir(dirPath.c_str()); //"." refers to the current dir in add_to_collection() 38 allIncludes.insert(EntriesPair(dirPath, DirContent())); in add_to_collection() 45 allIncludes.insert(EntriesPair(dirPath, dirContent)); in add_to_collection() 53 string dirPath = dirFile.first; in exists() local 55 DirMap::iterator mapIter = allIncludes.find(dirPath); in exists() 57 add_to_collection(dirPath); in exists() 58 mapIter = allIncludes.find(dirPath); in exists()
|
H A D | collectdircontent.hxx | 33 void add_to_collection(const string& dirPath);
|
/aoo42x/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 70 ::rtl::OUString dirPath, dllPath; in getDllURL() 71 osl::Module::getUrlFromAddress( ( void* ) &getDllURL, dirPath ); in getDllURL() 73 dirPath = dirPath.copy( 0, dirPath.lastIndexOf('/')); in getDllURL() 75 dirPath = dirPath.copy( 0, dirPath.lastIndexOf('/') + 1); in getDllURL() 77 dirPath = dirPath + rtl::OUString::createFromAscii( "lib/" ); in getDllURL() 79 osl::FileBase::getAbsoluteFileURL( dirPath, libPath, dllPath ); in getDllURL()
|
/aoo42x/main/sal/qa/osl/process/ |
H A D | osl_process.cxx | 84 ::rtl::OUString dirPath; in getExecutablePath() 85 osl::Module::getUrlFromAddress( ( void* ) &getExecutablePath, dirPath ); in getExecutablePath() 86 dirPath = dirPath.copy( 0, dirPath.lastIndexOf('/') ); in getExecutablePath() 87 dirPath = dirPath.copy( 0, dirPath.lastIndexOf('/') + 1); in getExecutablePath() 88 dirPath += rtl::OUString::createFromAscii("bin"); in getExecutablePath() 89 return dirPath; in getExecutablePath()
|
Completed in 19 milliseconds