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

  /external/v8/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/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);
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 185 const wchar_t* root_name = kRootNames[i]; local
186 std::wstring root_path = testdata_dir + L"\\" + root_name;
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 5268 char *b, *root_name = NULL; local
    [all...]

Completed in 821 milliseconds