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

  /external/puffin/src/
unittest_common.h 17 class ScopedPathUnlinker {
19 explicit ScopedPathUnlinker(const std::string& path) : path_(path) {}
20 ~ScopedPathUnlinker() {
29 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
stream_unittest.cc 179 ScopedPathUnlinker scoped_unlinker(filepath);
patching_unittest.cc 139 ScopedPathUnlinker scoped_unlinker(patch_path);
utils_unittest.cc 91 ScopedPathUnlinker unlinker(tmp_file);
  /external/libchrome/base/memory/
shared_memory_helper.cc 28 using ScopedPathUnlinker =
43 ScopedPathUnlinker path_unlinker;
platform_shared_memory_region_posix.cc 31 using ScopedPathUnlinker =
237 ScopedPathUnlinker path_unlinker(&path);

Completed in 1008 milliseconds