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 136 FilePath FileGetPath(const string& file_id) override;
504 FilePath path = FileGetPath(file_id);
583 FilePath P2PManagerImpl::FileGetPath(const string& file_id) {
603 FilePath path = FileGetPath(file_id);
614 FilePath path = FileGetPath(file_id);
637 FilePath path = FileGetPath(file_id);
645 FilePath path = FileGetPath(file_id);
  /system/update_engine/payload_consumer/
download_action.cc 71 system_state_->p2p_manager()->FileGetPath(p2p_file_id_);
94 FilePath path = p2p_manager->FileGetPath(p2p_file_id_);
209 FilePath path = system_state_->p2p_manager()->FileGetPath(file_id);
download_action_unittest.cc 537 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
574 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),
589 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
611 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),

Completed in 2082 milliseconds