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

  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 136 const std::string root_name = ppapi::IsolatedFileSystemTypeToRootName(type); local
137 if (root_name.empty())
140 url.GetOrigin(), fsid, root_name));
  /external/chromium_org/build/mac/
strip_save_dsym 219 <string>com.apple.xcode.dsym.%(root_name)s</string>
239 root_name = os.path.basename(dsym)[:-5] # whatever.dSYM without .dSYM variable
245 "root_name": root_name,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_isolated_file_system_message_filter.cc 193 const std::string& root_name = ppapi::IsolatedFileSystemTypeToRootName( local
197 storage::kFileSystemTypePluginPrivate, root_name, base::FilePath());
  /external/blktrace/btt/
proc.c 34 struct rb_root root_pid, root_name; variable in typeref:struct:
87 struct rb_node *n = root_name.rb_node;
134 struct rb_node **p = &root_name.rb_node;
154 rb_insert_color(&this->rb_node, &root_name);
238 __foreach(root_name.rb_node, f, arg);
262 __destroy(root_name.rb_node, 1, 1);
  /development/tools/elftree/
elftree.c 13 static char *root_name; variable
285 root_name = argv[argc - 1];
325 dump_file(&t, root_name, root_name);

Completed in 394 milliseconds