Searched defs:tfs (Results 1 – 2 of 2) sorted by relevance
65 fs::ifstream tfs(p); in test() local70 fs::ifstream tfs(p / p.filename()); // should fail in test() local75 fs::ifstream tfs(p, std::ios_base::in); in test() local80 fs::ifstream tfs; in test() local86 fs::ifstream tfs; in test() local92 fs::ofstream tfs(p); in test() local97 fs::ofstream tfs(p, std::ios_base::out); in test() local102 fs::ofstream tfs; in test() local108 fs::ofstream tfs; in test() local114 fs::fstream tfs(p); in test() local[all …]
1058 gboolean tfs; member