Lines Matching refs:bExists
761 sal_Bool bExists = (nRet == FileBase::E_None); in implRemoveDirRecursive() local
768 if( !bExists || !bFolder ) in implRemoveDirRecursive()
2666 sal_Bool bExists = sal_False; in RTLFUNC() local
2667 try { bExists = xSFI->exists( aFileURLStr ); } in RTLFUNC()
2671 if( bExists ) in RTLFUNC()
2997 sal_Bool bExists = sal_False; in RTLFUNC() local
2998 try { bExists = xSFI->exists( aPath ); } in RTLFUNC()
3000 if( !bExists ) in RTLFUNC()
4452 sal_Bool bExists = sal_False; in RTLFUNC() local
4462 bExists = xSFI->exists( aStr ); in RTLFUNC()
4475 bExists = aEntry.Exists(); in RTLFUNC()
4479 bExists = (nRet == FileBase::E_None); in RTLFUNC()
4482 rPar.Get(0)->PutBool( bExists ); in RTLFUNC()