Searched refs:testFile1 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp33 static const char *testFile1 = "/tmp/testDir/file1"; variable
125 + "; touch " + testFile1
204 BNode node(testFile1);
234 BNode node(testFile1);
343 BNode node(testFile1);
358 BNode node(testFile1);
367 BNode node(testFile1);
389 BNode node(testFile1);
407 BNode node(testFile1);
420 BNode node(testFile1);
[all...]
H A DAppFileInfoTest.cpp32 static const char *testFile1 = "/tmp/testDir/file1"; variable
173 + "; touch " + testFile1
1053 BFile file(testFile1, B_READ_WRITE);
1094 BFile file(testFile1, B_READ_WRITE);
1133 BFile file(testFile1, B_READ_WRITE);
1148 BFile file(testFile1, B_READ_WRITE);
1157 BFile file(testFile1, B_READ_WRITE);
1183 BFile file(testFile1, B_READ_WRITE);
1203 BFile file(testFile1, B_READ_WRITE);
1218 BFile file(testFile1, B_READ_WRIT
[all...]
H A DResourcesTest.cpp31 static const char *testFile1 = "/tmp/testDir/testFile1"; variable
1093 execCommand(string("cp ") + x86ResFile + " " + testFile1); local
1095 BFile file(testFile1, B_READ_WRITE);
1115 BFile file(testFile1, B_READ_ONLY);
1145 BFile file(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
1161 BFile file(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
1182 BFile file(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
1227 BFile file2(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
1247 execCommand(string("cp ") + elfNoResFile + " " + testFile1); local
1280 execCommand(string("cp ") + elfNoResFile + " " + testFile1); local
1359 execCommand(string("cp ") + x86ResFile + " " + testFile1); local
1437 execCommand(string("cp ") + x86ResFile + " " + testFile1); local
[all...]
H A DVolumeTest.cpp37 static const char *testFile1 = "/tmp/testDir/file1"; variable
86 createVolume(testFile1, testMountPoint, 1);
107 deleteVolume(testFile1, testMountPoint);
580 deleteVolume(testFile1, testMountPoint, false);
588 createVolume(testFile1, testMountPoint, 1, false);
600 deleteVolume(testFile1, testMountPoint, false);
605 createVolume(testFile1, testMountPoint, 1, false);
616 deleteVolume(testFile1, testMountPoint, false);
617 createVolume(testFile1, testMountPoint, 1, false);
H A DResourceStringsTest.cpp28 static const char *testFile1 = "/tmp/testDir/testFile1"; variable
200 BFile file(testFile1, B_READ_WRITE | B_CREATE_FILE | B_ERASE_FILE);
301 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
312 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
359 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
434 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
446 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
560 entry_ref ref = ref_for(testFile1);
H A DQueryTest.cpp1412 QueryTestEntry testFile1(subdir21 + "testFileArgh", B_FILE_NODE);
1419 &testDir1, &testDir2, &testFile1, &testFile2,
1424 &testDir1, &testFile1, &testLink1
1457 QueryTestEntry testFile1(subdir21 + "testFile1", B_FILE_NODE);
1465 &testDir1, &testDir2, &testFile1, &testFile2,
1470 &testFile1, &testFile2, &testFile3
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp50 static const char *testFile1 = "/tmp/testdir/testFile1"; variable
654 entry_ref fileRef(create_file(testFile1, fileType1, appType1));
669 entry_ref fileRef(ref_for_path(testFile1));
684 entry_ref fileRef(create_file(testFile1, fileType1, appType1));
703 entry_ref fileRef(create_file(testFile1, fileType1, appType2));
722 entry_ref fileRef(create_file(testFile1, NULL, appType1));
744 entry_ref fileRef(create_file(testFile1, fileType1, NULL, appFile2));
764 entry_ref fileRef(create_file(testFile1, fileType1));
765 system((string("chmod a+x ") + testFile1)
[all...]
H A DLaunchTester.cpp56 static const char *testFile1 = "/tmp/testdir/testFile1"; variable
1795 fRef = create_file(testFile1, type);
1814 fRef = create_file(testFile1, type, NULL, NULL, "UnIQe pAtTeRn");
1848 entry_ref fileRef(ref_for_path(testFile1));
1868 entry_ref fileRef(create_file(testFile1, fileType1, appType2));
1904 entry_ref fileRef(create_file(testFile1, NULL, appType1));
1943 entry_ref fileRef(create_file(testFile1, fileType1, NULL, appFile2));
1980 entry_ref fileRef(create_file(testFile1, fileType1));
1981 system((string("chmod a+x ") + testFile1)
[all...]

Completed in 66 milliseconds