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

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 18 // path root_name() const;
69 std::string root_name; member in struct:PathDecomposeTestcase
129 assert(p.root_name() == TC.root_name);
130 assert(p.has_root_name() != TC.root_name.empty());
  /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/syslinux/core/fs/
fs.c 143 static char root_name[] = "/"; local
186 inode_name = root_name;
  /external/libcxx/src/experimental/filesystem/
operations.cpp 912 auto root_name = p.root_name(); local
915 if (!root_name.empty() && !root_dir.empty())
921 if (root_name.empty() && root_dir.empty())
925 else if (!root_name.empty()) /* has_root_name && !has_root_dir */
927 return root_name / abs_base.root_directory()
934 return abs_base.root_name() / p;
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 5466 char *b, *root_name = NULL; local
    [all...]

Completed in 284 milliseconds