Searched defs:TestEntryInfo (Results 1 – 1 of 1) sorted by relevance
127 struct TestEntryInfo { struct128 TestEntryInfo() : type(FILE), shared_option(NONE) {} in TestEntryInfo() function130 TestEntryInfo(EntryType type, in TestEntryInfo() argument144 EntryType type;145 std::string source_file_name; // Source file name to be used as a prototype.146 std::string target_path; // Target file or directory path.147 std::string mime_type;148 SharedOption shared_option;149 base::Time last_modified_time;