Searched refs:root_name (Results 1 - 10 of 10) sorted by relevance

/external/blktrace/btt/
H A Dproc.c34 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);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.cc136 const std::string root_name = ppapi::IsolatedFileSystemTypeToRootName(type); local
137 if (root_name.empty())
140 url.GetOrigin(), fsid, root_name));
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_isolated_file_system_message_filter.cc193 const std::string& root_name = ppapi::IsolatedFileSystemTypeToRootName( local
197 storage::kFileSystemTypePluginPrivate, root_name, base::FilePath());
/external/llvm/include/llvm/Support/
H A DPath.h197 const StringRef root_name(StringRef path);
214 /// Equivalent to root_name + root_directory.
322 /// root_name != ""
/external/chromium_org/build/mac/
H A Dstrip_save_dsym219 <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/llvm/lib/Support/
H A DPath.cpp383 const StringRef root_name(StringRef path) {
636 return !root_name(p).empty();
802 StringRef cdrn = path::root_name(current_dir);
811 StringRef pRootName = path::root_name(p);
/external/clang/lib/Basic/
H A DFileManager.cpp166 DirName.equals_lower(llvm::sys::path::root_name(DirName))) {
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py1513 root_name = os.path.splitext(os.path.basename(input_file))[0]
1514 output_file = os.path.join(options.output_dir, root_name) + '_jni.h'
/external/llvm/unittests/Support/
H A DPath.cpp119 path::root_name(*i);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp651 DumpValueObject (Stream &s, VariableSP &var_sp, ValueObjectSP &valobj_sp, const char *root_name) argument
693 options.SetRootValueObjectName(root_name);

Completed in 1841 milliseconds