HomeSort by relevance Sort by last modified time
    Searched refs:FileGetPath (Results 1 - 7 of 7) sorted by null

  /system/update_engine/
mock_p2p_manager.h 55 ON_CALL(*this, FileGetPath(testing::_))
57 &FakeP2PManager::FileGetPath));
88 MOCK_METHOD1(FileGetPath, base::FilePath(const std::string&));
fake_p2p_manager.h 67 base::FilePath FileGetPath(const std::string& file_id) override {
p2p_manager.h 129 virtual base::FilePath FileGetPath(const std::string& file_id) = 0;
133 // struct stat on the file given by FileGetPath(). Returns -1 if an
141 // xattr on the file given by FileGetPath(). Returns -1 if an error
p2p_manager_unittest.cc 351 EXPECT_EQ(manager_->FileGetPath("foo"),
374 EXPECT_EQ(manager_->FileGetPath("foo"),
382 EXPECT_EQ(manager_->FileGetPath("foo"),
400 EXPECT_EQ(manager_->FileGetPath("foo"), base::FilePath());
408 EXPECT_EQ(manager_->FileGetPath("foo"),
416 EXPECT_EQ(manager_->FileGetPath("bar"), base::FilePath());
424 EXPECT_EQ(manager_->FileGetPath("bar"),
p2p_manager.cc 139 FilePath FileGetPath(const string& file_id) override;
507 FilePath path = FileGetPath(file_id);
586 FilePath P2PManagerImpl::FileGetPath(const string& file_id) {
606 FilePath path = FileGetPath(file_id);
617 FilePath path = FileGetPath(file_id);
640 FilePath path = FileGetPath(file_id);
648 FilePath path = FileGetPath(file_id);
  /system/update_engine/payload_consumer/
download_action.cc 70 system_state_->p2p_manager()->FileGetPath(p2p_file_id_);
93 FilePath path = p2p_manager->FileGetPath(p2p_file_id_);
261 FilePath path = system_state_->p2p_manager()->FileGetPath(file_id);
download_action_unittest.cc 543 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
581 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),
596 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
619 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),

Completed in 157 milliseconds