Searched refs:opendir (Results 1 – 16 of 16) sorted by relevance
/trunk/main/solenv/bin/ |
H A D | relocate | 38 opendir ($dirhandle, $build_dir) || die "Can't open $build_dir"; 143 opendir ($misc_dir, $path) || return; 162 opendir ($top_dir, $new_root) || die "Can't open $new_root: $!"; 166 opendir ($sub_dir, "$new_root/$name") || next;
|
H A D | linkoo | 73 opendir ($dirhandle, $build_dir) || die "Can't open $build_dir"; 107 if (opendir ($dirhandle, $dirname)) { 180 opendir ($dirh_toplevel, $build_path) || die "Can't open '$build_path': $!"; 196 if (opendir ($dirh_module, $module_path)) {
|
/trunk/main/tools/source/fsys/ |
H A D | comdep.hxx | 57 DIR *opendir( const char* pPfad ); 95 pDosDir = opendir( (char*) aBypass.GetBuffer() ); in DirReader_Impl()
|
H A D | unx.cxx | 414 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
|
H A D | wntmsc.cxx | 64 DIR *opendir( const char* pPfad ) in opendir() function
|
H A D | os2.cxx | 356 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
|
H A D | dirent.cxx | 1099 DIR *pDir = opendir( (char*) aPathName.GetBuffer() ); in First()
|
/trunk/main/autodoc/source/cosv/storage/ |
H A D | ploc_dir.cxx | 252 DIR * pDir = opendir( StrPath() ); in GetContainedDirectories() 285 DIR * pDir = opendir( StrPath() ); in GetContainedFiles()
|
/trunk/main/xml2cmp/source/support/ |
H A D | syshelp.cxx | 204 DIR * pDir = opendir( i_sSrcDirectory ); in GatherFileNames() 286 DIR * pDir = opendir( i_sParentdDirectory ); in GatherSubDirectories()
|
/trunk/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 35 pdir = opendir(dirPath.c_str()); //"." refers to the current dir in add_to_collection()
|
/trunk/main/officecfg/util/ |
H A D | template.gen | 33 opendir(DIR, ".");
|
/trunk/main/l10ntools/source/ |
H A D | directory.cxx | 195 …if( (dir = opendir( sFullpathext.getStr() ) ) == NULL ) {printf("readerror 2 in %s \n",sFullpathe… in readDirectory()
|
/trunk/main/sal/osl/unx/ |
H A D | file_misc.cxx | 173 DIR *pdir = opendir( path ); in osl_openDirectory()
|
/trunk/main/redland/redland/ |
H A D | redland-1.0.17.patch.win32 | 224 /* Define to 1 if you have the `opendir' function. */
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 2216 DIR* pDIR = opendir( aPath.getStr() ); in initialize() 2348 DIR* pDIR = opendir( aDir.getStr() ); in initialize()
|
/trunk/main/sal/osl/os2/ |
H A D | file.cxx | 994 DIR *pdir = opendir( path ); in osl_openDirectory()
|
Completed in 96 milliseconds