HomeSort by relevance Sort by last modified time
    Searched full:mock_path (Results 1 - 1 of 1) sorted by null

  /external/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 214 base::FilePath mock_path = RemoveQuotes(mock_file); local
215 base::NormalizeFilePath(mock_path, &mock_path);
216 VLOG(1) << "Outputting mock to " << mock_path.value();
217 if (!ProxyGenerator::GenerateMocks(config, parser.interfaces(), mock_path,

Completed in 172 milliseconds