Home
last modified time | relevance | path

Searched refs:filepath2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/nowide/test/
Dtest_fstream.cpp150 const std::string filepath2 = std::string(filepath) + ".2"; in test_close() local
152 TEST(!file_exists(filepath2.c_str()) || nw::remove(filepath2.c_str()) == 0); in test_close()
153 TEST(!file_exists(filepath2.c_str())); in test_close()
158 TEST(buf.open(filepath2.c_str(), std::ios_base::out) == NULL); in test_close()
163 TEST(!file_exists(filepath2.c_str())); in test_close()
165 TEST(buf.open(filepath2.c_str(), std::ios_base::out) == &buf); in test_close()
167 TEST(file_exists(filepath2.c_str())); in test_close()
169 TEST(nw::remove(filepath2.c_str()) == 0); in test_close()
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js562 let filepath2 = '.retries2'
564 child2.stubborn(filepath2, function (err, result) {
571 fs.unlinkSync(filepath2)