Lines Matching defs:err
53 int err = _mktemp_s(name_template, strlen(name_template) + 1);
54 if (err < 0) {
59 err = _mkdir(name_template);
60 if (err < 0) {
103 string err;
104 EXPECT_TRUE(parser.ParseTest(input, &err));
105 ASSERT_EQ("", err);
152 TimeStamp VirtualFileSystem::Stat(const string& path, string* err) const {
155 *err = i->second.stat_error;
173 string* err) {
180 *err = strerror(ENOENT);