Searched refs:execCommand (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/kits/storage/
H A DBasicTest.cpp58 // execCommand
62 BasicTest::execCommand(const string &cmdLine) function in class:BasicTest
93 execCommand(string("dd if=/dev/zero of=") + imageFile
108 execCommand(string("sync")
H A DDirectoryTest.cpp1171 execCommand(string("mkdir ") + testDir1);
1215 execCommand(string("touch ") + dirPathName + entryName);
1218 execCommand(string("touch ") + dirPathName + entryName);
1221 execCommand(string("touch ") + dirPathName + entryName);
1224 execCommand(string("mkdir ") + dirPathName + entryName);
1227 execCommand(string("mkdir ") + dirPathName + entryName);
1230 execCommand(string("mkdir ") + dirPathName + entryName);
1233 execCommand(string("ln -s ") + existingFile + " "
1237 execCommand(string("ln -s ") + existingFile + " "
1241 execCommand(strin
[all...]
H A DBasicTest.h33 static void execCommand(const string &command);
H A DFileTest.cpp106 execCommand(string("rm ") + tc.filename);
217 execCommand(string("rm ") + tc.filename);
407 execCommand(string("rm -f ") + testFilename1);
432 execCommand(string("rm -f ") + testFilename1);
501 execCommand(string("rm -f ") + testFilename1);
548 execCommand(string("rm -f ") + testFilename1);
611 execCommand(string("rm -f ") + testFilename1);
H A DResourcesTest.cpp205 execCommand(string("mkdir ") + testDir
222 execCommand(string("rm -rf ") + testDir);
1093 execCommand(string("cp ") + x86ResFile + " " + testFile1);
1247 execCommand(string("cp ") + elfNoResFile + " " + testFile1);
1280 execCommand(string("cp ") + elfNoResFile + " " + testFile1);
1359 execCommand(string("cp ") + x86ResFile + " " + testFile1);
1437 execCommand(string("cp ") + x86ResFile + " " + testFile1);
H A DVolumeTest.cpp82 execCommand(
109 execCommand(string("rm -rf ") + testDir);
H A DResourceStringsTest.cpp188 execCommand(string("mkdir ") + testDir
226 execCommand(string("rm -rf ") + testDir);
H A DNodeInfoTest.cpp123 execCommand(
170 execCommand(string("rm -rf ") + testDir);
H A DNodeTest.cpp160 execCommand(
184 execCommand(cmdLine);
H A DEntryTest.cpp281 execCommand(setUpCommandLine);
289 execCommand(tearDownCommandLine);
2263 execCommand(string("rm -rf ") + link
2273 execCommand(string("rm -rf ") + file + " ; touch " + file);
2281 execCommand(string("rm -rf ") + dir + " ; mkdir " + dir);
2289 execCommand(string("rm -rf ") + file);
H A DQueryTest.cpp497 BasicTest::execCommand(cmdLine);
520 BasicTest::execCommand(cmdLine);
H A DMimeTypeTest.cpp551 execCommand(string("mkdir ") + testDir);
554 execCommand(string("mkdir ") + testDir
571 execCommand(string("rm -rf ") + testDir);
3556 execCommand(string("mkdir ") + testDir + "/subdir1 "
3947 execCommand(string("mkdir ") + testDir + "/subdir1 "
H A DAppFileInfoTest.cpp171 execCommand(
220 execCommand(string("rm -rf ") + testDir);

Completed in 107 milliseconds