Lines Matching refs:aPath
513 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local
518 DirEntry aEntry( aPath ); in RTLFUNC()
523 if (!DirEntry(aPath).SetCWD()) in RTLFUNC()
719 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local
729 xSFI->createFolder( getFullPath( aPath ) ); in RTLFUNC()
741 if (!DirEntry(aPath).MakeDir()) in RTLFUNC()
744 Directory::create( getFullPathUNC( aPath ) ); in RTLFUNC()
792 ::rtl::OUString aPath = aFileStatus2.getFileURL(); in implRemoveDirRecursive()
799 implRemoveDirRecursive( aPath ); in implRemoveDirRecursive()
803 File::remove( aPath ); in implRemoveDirRecursive()
821 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local
830 if( !xSFI->isFolder( aPath ) ) in RTLFUNC()
839 Sequence< ::rtl::OUString > aContent = xSFI->getFolderContents( aPath, true ); in RTLFUNC()
848 xSFI->kill( getFullPath( aPath ) ); in RTLFUNC()
860 DirEntry aDirEntry(aPath); in RTLFUNC()
864 implRemoveDirRecursive( getFullPathUNC( aPath ) ); in RTLFUNC()
2624 String aPath; in RTLFUNC() local
2726 aPath = ::rtl::OUString::createFromAscii( "." ); in RTLFUNC()
2730 aPath = ::rtl::OUString::createFromAscii( ".." ); in RTLFUNC()
2737 aPath.Erase(); in RTLFUNC()
2765 aPath = aURL.getName( INetURLObject::LAST_SEGMENT, sal_True, in RTLFUNC()
2769 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC()
2776 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2804 aPath = aEntry.GetVolume(); in RTLFUNC()
2826 aPath.Erase(); in RTLFUNC()
2830 aPath = aNextEntry.GetName(); //Full(); in RTLFUNC()
2834 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2888 aPath = ::rtl::OUString::createFromAscii( "." ); in RTLFUNC()
2892 aPath = ::rtl::OUString::createFromAscii( ".." ); in RTLFUNC()
2904 aPath.Erase(); in RTLFUNC()
2921 aPath = aFileStatus.getFileName(); in RTLFUNC()
2924 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC()
2931 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2981 String aPath = getFullPath( rPar.Get(1)->GetString() ); in RTLFUNC() local
2983 try { bExists = xSFI->exists( aPath ); } in RTLFUNC()
2991 sal_Bool bReadOnly = xSFI->isReadOnly( aPath ); in RTLFUNC()
2992 sal_Bool bHidden = xSFI->isHidden( aPath ); in RTLFUNC()
2993 sal_Bool bDirectory = xSFI->isFolder( aPath ); in RTLFUNC()
3041 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local
3051 com::sun::star::util::DateTime aUnoDT = xSFI->getDateTimeModified( aPath ); in RTLFUNC()
3065 DirEntry aEntry( aPath ); in RTLFUNC()
3071 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( aPath ), aItem ); in RTLFUNC()