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

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 19 // path root_directory() const;
64 std::string root_directory; member in struct:PathDecomposeTestcase
126 assert(p.root_directory() == TC.root_directory);
127 assert(p.has_root_directory() != TC.root_directory.empty());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 19 // path root_directory() const;
64 std::string root_directory; member in struct:PathDecomposeTestcase
126 assert(p.root_directory() == TC.root_directory);
127 assert(p.has_root_directory() != TC.root_directory.empty());

Completed in 71 milliseconds