HomeSort by relevance Sort by last modified time
    Searched defs:plugin_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
native_library_win.cc 27 FilePath plugin_path = library_path.DirName(); local
28 if (!plugin_path.empty()) {
29 file_util::SetCurrentDirectory(plugin_path);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 273 string plugin_path; local
277 plugin_path = possible_paths[i];
282 if (plugin_path.empty()) {
286 args.push_back("--plugin=prefix-gen-plug=" + plugin_path);
    [all...]

Completed in 66 milliseconds