Home
last modified time | relevance | path

Searched defs:tfs (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/filesystem/test/
Dfstream_test.cpp65 fs::ifstream tfs(p); in test() local
70 fs::ifstream tfs(p / p.filename()); // should fail in test() local
75 fs::ifstream tfs(p, std::ios_base::in); in test() local
80 fs::ifstream tfs; in test() local
86 fs::ifstream tfs; in test() local
92 fs::ofstream tfs(p); in test() local
97 fs::ofstream tfs(p, std::ios_base::out); in test() local
102 fs::ofstream tfs; in test() local
108 fs::ofstream tfs; in test() local
114 fs::fstream tfs(p); in test() local
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h1058 gboolean tfs; member