Home
last modified time | relevance | path

Searched refs:bfound (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx735 bool bfound = false; in find_in_PATH() local
740 bfound = osl::searchPath(file_path, env_path, result); in find_in_PATH()
742 return bfound; in find_in_PATH()
754 bool bfound = false; in find_in_CWD() local
761 bfound = osl::searchPath(file_path, cwd, result); in find_in_CWD()
763 return bfound; in find_in_CWD()
796 bool bfound = false; in osl_searchFileURL() local
812 bfound = true; in osl_searchFileURL()
815 return bfound ? osl_File_E_None : osl_File_E_NOENT; in osl_searchFileURL()
H A Dfile_path_helper.cxx324 bool bfound = false; in osl_searchPath() local
337 bfound = true; in osl_searchPath()
343 return bfound; in osl_searchPath()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx763 sal_Bool bfound = sal_False; in Paint() local
764 for ( sal_uLong i = 0; i < pView->GetEntryCount() && !bfound; i++) in Paint()
770 bfound=sal_True; in Paint()
774 if( !bfound ) in Paint()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1519 bool bfound = false; in find_in_PATH() local
1524 bfound = osl::searchPath(file_path, env_path, result); in find_in_PATH()
1526 return bfound; in find_in_PATH()
1538 bool bfound = false; in find_in_CWD() local
1545 bfound = osl::searchPath(file_path, cwd, result); in find_in_CWD()
1547 return bfound; in find_in_CWD()
1580 bool bfound = false; in osl_searchFileURL() local
1596 bfound = true; in osl_searchFileURL()
1599 return bfound ? osl_File_E_None : osl_File_E_NOENT; in osl_searchFileURL()
H A Dfile_path_helper.cxx353 bool bfound = false; in osl_searchPath() local
366 bfound = true; in osl_searchPath()
372 return bfound; in osl_searchPath()

Completed in 44 milliseconds