Home | History | Annotate | Download | only in update_engine

Lines Matching full:c_str

173          test_conf_->GetP2PDir().value().c_str(), n);
174 EXPECT_EQ(expect, utils::FileExists(file_name.c_str()));
178 test_conf_->GetP2PDir().value().c_str(), n);
179 EXPECT_TRUE(utils::FileExists(file_name.c_str()));
246 test_conf_->GetP2PDir().value().c_str(), n);
247 EXPECT_EQ(expect, utils::FileExists(file_name.c_str()));
251 test_conf_->GetP2PDir().value().c_str(), n);
252 EXPECT_TRUE(utils::FileExists(file_name.c_str()));
279 ea_size = getxattr(path.c_str(), "user.cros-p2p-filesize",
289 ea_size = getxattr(path.c_str(), "user.cros-p2p-filesize",
316 int fd = open(path.c_str(), O_CREAT|O_RDWR, 0644);
330 decimal_size.c_str(), decimal_size.size(), 0) != 0) {