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

  /external/libcxx/src/experimental/filesystem/
operations.cpp 381 const file_status parent_st = status(parent, m_ec); local
382 if (not status_known(parent_st)) {
386 if (not exists(parent_st)) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp 344 const file_status parent_st = status(parent, m_ec); local
345 if (not status_known(parent_st)) {
349 if (not exists(parent_st)) {

Completed in 112 milliseconds