Lines Matching refs:File

132 	File			*pFile;  in Initialize()
164 pFile=new File( iniFileURL ); in Initialize()
254 pFile=new File( file1 ); in Initialize()
261 pFile=new File( file2 ); in Initialize()
268 pFile=new File( file_on_server ); in Initialize()
286 File *pFile; in Shutdown()
290 pFile=new File( file1 ); in Shutdown()
296 pFile=new File( file2 ); in Shutdown()
314 pFile=new File( file_on_server ); in Shutdown()
677 File *pFile; in FileOpenAndCloseTest()
679 pFile=new File( file1 ); in FileOpenAndCloseTest()
735 File *pFile; in FileCreateAndRemoveTest()
741 pFile=new File( file_not_exist ); in FileCreateAndRemoveTest()
812 File *pFile; in FileWriteAndReadTest()
814 pFile=new File( file_not_exist ); in FileWriteAndReadTest()
900 File *pFile; in FileCopyAndMoveTest()
917 rc=File::copy( file1 , destPath ); in FileCopyAndMoveTest()
920 pFile=new File( destPath ); in FileCopyAndMoveTest()
927 File::remove( destPath ); in FileCopyAndMoveTest()
947 rc=File::copy( file1, destPath ); in FileCopyAndMoveTest()
962 rc=File::copy( dir1 , dir2 ); in FileCopyAndMoveTest()
981 rc=File::move( file1, destPath ); in FileCopyAndMoveTest()
984 pFile=new File( destPath ); in FileCopyAndMoveTest()
992 pFile=new File( file1 ); in FileCopyAndMoveTest()
999 File::move( destPath, file1 ); in FileCopyAndMoveTest()
1005 File::remove( destPath ); in FileCopyAndMoveTest()
1031 rc=File::move( file1 , destPath ); in FileCopyAndMoveTest()
1049 rc=File::move( dir1 , dir_not_exist); in FileCopyAndMoveTest()
1053 File::move( dir_not_exist , dir1); in FileCopyAndMoveTest()
1077 File aFile( file_not_exist ); in FileSizeTest()
1141 rc=File::remove( file_not_exist ); in FileSizeTest()
1165 File rFile( file_not_exist ); in FilePointerTest()
1221 rc=File::remove( file_not_exist ); in FilePointerTest()
1277 rc=File::setAttributes( file1, Attribute_GrpWrite ); in FileAttributesTest()
1282 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1286 rc=File::setAttributes( file1, Attribute_GrpRead ); in FileAttributesTest()
1291 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1295 rc=File::setAttributes( file1, Attribute_GrpExe ); in FileAttributesTest()
1300 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1304 rc=File::setAttributes( file1, Attribute_OwnWrite ); in FileAttributesTest()
1309 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1313 rc=File::setAttributes( file1, Attribute_OwnRead ); in FileAttributesTest()
1318 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1322 rc=File::setAttributes( file1, Attribute_OwnExe ); in FileAttributesTest()
1327 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1331 rc=File::setAttributes( file1, Attribute_OthWrite ); in FileAttributesTest()
1336 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1340 rc=File::setAttributes( file1, Attribute_OthRead ); in FileAttributesTest()
1345 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1349 rc=File::setAttributes( file1, Attribute_OthExe ); in FileAttributesTest()
1354 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1359 …rc=File::setAttributes( file1, Attribute_GrpWrite | Attribute_GrpRead | Attribute_GrpExe | Attribu… in FileAttributesTest()
1384 rc=File::setAttributes( file1, Attribute_ReadOnly ); in FileAttributesTest()
1389 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1394 rc=File::setAttributes( file1, Attribute_Hidden ); in FileAttributesTest()
1399 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1404 rc=File::setAttributes( file1, Attribute_Hidden | Attribute_ReadOnly ); in FileAttributesTest()
1409 rc=File::setAttributes( file1, 0 ); in FileAttributesTest()
1469 rc=File::setTime( file1 , aCreationTime , aAccessTime , aModifyTime ); in FileTimeTest()
1550 File *pFile; in DirectoryItemTest()
1649 pFile=new File( file1 ); in DirectoryItemTest()
1684 pFile=new File( file1 ); in DirectoryItemTest()