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()
2639 String aPath; in RTLFUNC() local
2741 aPath = ::rtl::OUString::createFromAscii( "." ); in RTLFUNC()
2745 aPath = ::rtl::OUString::createFromAscii( ".." ); in RTLFUNC()
2752 aPath.Erase(); in RTLFUNC()
2780 aPath = aURL.getName( INetURLObject::LAST_SEGMENT, sal_True, in RTLFUNC()
2784 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC()
2791 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2819 aPath = aEntry.GetVolume(); in RTLFUNC()
2841 aPath.Erase(); in RTLFUNC()
2845 aPath = aNextEntry.GetName(); //Full(); in RTLFUNC()
2849 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2903 aPath = ::rtl::OUString::createFromAscii( "." ); in RTLFUNC()
2907 aPath = ::rtl::OUString::createFromAscii( ".." ); in RTLFUNC()
2919 aPath.Erase(); in RTLFUNC()
2936 aPath = aFileStatus.getFileName(); in RTLFUNC()
2939 sal_Bool bMatch = implCheckWildcard( aPath, pRTLData ); in RTLFUNC()
2946 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2996 String aPath = getFullPath( rPar.Get(1)->GetString() ); in RTLFUNC() local
2998 try { bExists = xSFI->exists( aPath ); } in RTLFUNC()
3006 sal_Bool bReadOnly = xSFI->isReadOnly( aPath ); in RTLFUNC()
3007 sal_Bool bHidden = xSFI->isHidden( aPath ); in RTLFUNC()
3008 sal_Bool bDirectory = xSFI->isFolder( aPath ); in RTLFUNC()
3056 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local
3066 com::sun::star::util::DateTime aUnoDT = xSFI->getDateTimeModified( aPath ); in RTLFUNC()
3080 DirEntry aEntry( aPath ); in RTLFUNC()
3086 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( aPath ), aItem ); in RTLFUNC()