Searched refs:testLink1 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp51 static const char *testLink1 = "/tmp/testdir/testLink1"; variable
788 system((string("ln -s ") + testFile1 + " " + testLink1).c_str());
789 entry_ref linkRef(ref_for_path(testLink1, false));
864 system((string("ln -s ") + testLink1 + " " + testLink1).c_str());
865 entry_ref linkRef(ref_for_path(testLink1, false));
878 system((string("ln -s ") + testFile1 + " " + testLink1).c_str());
879 entry_ref linkRef(ref_for_path(testLink1, false));
H A DLaunchTester.cpp57 static const char *testLink1 = "/tmp/testdir/testLink1"; variable
2006 system((string("ln -s ") + testFile1 + " " + testLink1).c_str());
2008 entry_ref linkRef(ref_for_path(testLink1, false));
2114 system((string("ln -s ") + testLink1 + " " + testLink1).c_str());
2115 entry_ref linkRef(ref_for_path(testLink1, false));
2131 system((string("ln -s ") + testFile1 + " " + testLink1).c_str());
2132 entry_ref linkRef(ref_for_path(testLink1, false));
2422 system((string("ln -s ") + testFile1 + " " + testLink1)
[all...]
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp1414 QueryTestEntry testLink1(subdir32 + "testLinkArgh", B_SYMLINK_NODE,
1420 &testLink1, &testLink2
1424 &testDir1, &testFile1, &testLink1
1459 QueryTestEntry testLink1(subdir32 + "testLink1", B_SYMLINK_NODE,
1466 &testLink1, &testLink2, &testFile3

Completed in 60 milliseconds