Searched defs:orig_p (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
H A Dcreate_directory_with_attributes.pass.cpp46 const perms orig_p = status(dir).permissions(); local
54 TEST_CHECK(orig_p == status(dir).permissions());
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
H A Dcreate_directory_with_attributes.pass.cpp46 const perms orig_p = status(dir).permissions(); local
54 TEST_CHECK(orig_p == status(dir).permissions());
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
H A Doperations.cpp163 path __canonical(path const & orig_p, const path& base, std::error_code *ec) argument
165 path p = absolute(orig_p, base);
169 set_or_throw(ec, "canonical", orig_p, base);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
H A Doperations.cpp163 path __canonical(path const & orig_p, const path& base, std::error_code *ec) argument
165 path p = absolute(orig_p, base);
169 set_or_throw(ec, "canonical", orig_p, base);

Completed in 103 milliseconds