Searched refs:filepath2 (Results 1 – 2 of 2) sorted by relevance
150 const std::string filepath2 = std::string(filepath) + ".2"; in test_close() local152 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()
562 let filepath2 = '.retries2'564 child2.stubborn(filepath2, function (err, result) {571 fs.unlinkSync(filepath2)