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

/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp227 auto testFilePath = TestFilePath("testserver.py"); local
228 if (::access(testFilePath.data(), R_OK) != 0) {
229 fprintf(stderr, "ERROR: No access to the test server script at: %s\n", testFilePath.data());
236 child_process_args.push_back(testFilePath);
286 auto testFilePath = TestFilePath("proxy.py"); local
287 if (::access(testFilePath.data(), R_OK) != 0) {
288 fprintf(stderr, "ERROR: No access to the test server script at: %s\n", testFilePath.data());
294 child_process_args.push_back(testFilePath);
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp537 BPath testFilePath; local
540 testFilePath, false);
545 status = StorageUtils::ExistsObject(testFilePath, &exists, NULL, NULL);
558 BPath testFilePath; local
561 testFilePath, false);
564 pathDescription = testFilePath.Path();
565 result = StorageUtils::CheckCanWriteTo(testFilePath);
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp368 std::string testFilePath = TestFilePath("testfile.txt"); local
376 testFilePath.c_str(),
440 form.AddFile("_uploadfile", BPath(testFilePath.c_str())));

Completed in 43 milliseconds