HomeSort by relevance Sort by last modified time
    Searched refs:ScopedDIR (Results 1 - 3 of 3) sorted by null

  /external/libchrome/sandbox/linux/services/
proc_util.cc 29 typedef scoped_ptr<DIR, DIRCloser> ScopedDIR;
49 ScopedDIR dir(fdopendir(proc_self_fd));
80 ScopedDIR dir(fdopendir(proc_self_fd));
  /system/core/bootstat/
boot_event_record_store_test.cpp 78 typedef std::unique_ptr<DIR, decltype(&closedir)> ScopedDIR;
79 ScopedDIR dir(opendir(path.c_str()), closedir);
  /external/libchrome/base/process/
launch_posix.cc 196 // Functor for |ScopedDIR| (below).
205 typedef scoped_ptr<DIR, ScopedDIRClose> ScopedDIR;

Completed in 192 milliseconds