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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 192 std::string proxy_file = cl->GetSwitchValueASCII(switches::kProxy); local
193 proxy_path = RemoveQuotes(proxy_file);
proxy_generator.h 37 const base::FilePath& proxy_file,
proxy_generator.cc 105 const base::FilePath& proxy_file,
128 if (!proxy_file.empty()) {
133 relative_path = proxy_file;
135 // Generate a relative path from |mock_file| to |proxy_file|.
141 proxy_file.DirName().GetComponents(&dest_components);
163 components.push_back(proxy_file.BaseName().value());
176 if (proxy_file.empty())
    [all...]

Completed in 212 milliseconds