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

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp48 const char* destinationPath; member in struct:EWK2DownloadJobTest::DownloadTestData
118 ASSERT_FALSE(fileExists(testData->destinationPath));
119 ewk_download_job_destination_set(download, testData->destinationPath);
120 EXPECT_STREQ(testData->destinationPath, ewk_download_job_destination_get(download));
148 ASSERT_TRUE(fileExists(testData->destinationPath));
163 char destinationPath[64]; local
164 snprintf(destinationPath, sizeof(destinationPath), "%s/pdf-file", destinationDirectory);
166 DownloadTestData userData = { fileUrl.data(), destinationPath };
167 ASSERT_FALSE(fileExists(destinationPath));
[all...]

Completed in 115 milliseconds