Searched defs:root_folder_id (Results 1 – 3 of 3) sorted by relevance
53 const std::string& root_folder_id() const { return root_folder_id_; } in root_folder_id() function64 void set_root_folder_id(const std::string& root_folder_id) { in set_root_folder_id()
69 std::string root_folder_id = fake_drive_service_->GetRootResourceId(); in AddOrphanedFolder() local
98 const std::string& root_folder_id) in FeedFetcher()