Home
last modified time | relevance | path

Searched refs:ScopedPathUnlinker (Results 1 – 6 of 6) sorted by relevance

/external/puffin/src/
Dunittest_common.h17 class ScopedPathUnlinker {
19 explicit ScopedPathUnlinker(const std::string& path) : path_(path) {} in ScopedPathUnlinker() function
20 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()
29 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
Dpatching_unittest.cc139 ScopedPathUnlinker scoped_unlinker(patch_path); in TestPatching()
Dutils_unittest.cc91 ScopedPathUnlinker unlinker(tmp_file); in FindDeflatesInZlibBlocks()
Dstream_unittest.cc179 ScopedPathUnlinker scoped_unlinker(filepath); in TEST_F()
/external/libchrome/base/memory/
Dshared_memory_helper.cc28 using ScopedPathUnlinker = typedef
43 ScopedPathUnlinker path_unlinker; in CreateAnonymousSharedMemory()
Dplatform_shared_memory_region_posix.cc31 using ScopedPathUnlinker = typedef
237 ScopedPathUnlinker path_unlinker(&path); in Create()