Searched defs:root_name (Results 1 - 5 of 5) sorted by relevance

/external/v8/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/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/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc185 const wchar_t* root_name = kRootNames[i]; local
186 std::wstring root_path = testdata_dir + L"\\" + root_name;
/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, argument
923 directory_table = squashfs_readdir(fd, !root_name,
H A Dmksquashfs.c5268 char *b, *root_name = NULL; local
5784 root_name = argv[i];
6128 if((bytes = read_filesystem(root_name, fd, &sBlk, &inode_table,
6204 * (root-becomes specified on command line, here root_name !=
6211 if(root_name) {
6221 add_old_root_entry(root_name, sBlk.root_inode,

Completed in 269 milliseconds