Searched refs:ScopedPathUnlinker (Results 1 – 5 of 5) sorted by relevance
17 class ScopedPathUnlinker {19 explicit ScopedPathUnlinker(const std::string& path) : path_(path) {} in ScopedPathUnlinker() function20 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()29 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
35 ScopedPathUnlinker scoped_unlinker(patch_path); in TestPatching()
91 ScopedPathUnlinker unlinker(tmp_file); in FindDeflatesInZlibBlocks()
179 ScopedPathUnlinker scoped_unlinker(filepath); in TEST_F()
21 using ScopedPathUnlinker = typedef36 ScopedPathUnlinker path_unlinker; in CreateAnonymousSharedMemory()