Home
last modified time | relevance | path

Searched defs:FileDeleter (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/adb/client/
Dfastdeploy.cpp74 struct FileDeleter { struct
75 FileDeleter(const char* path) : path_(path) {} in FileDeleter() argument
76 ~FileDeleter() { adb_unlink(path_); } in ~FileDeleter()
79 const char* const path_;
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Dkbuild_helper.h28 struct FileDeleter { struct
33 typedef std::unique_ptr<FILE, FileDeleter> FILEPtr; argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/
H A Dfile_util.h34 struct FileDeleter { struct
42 using ScopedFILE = std::unique_ptr<FILE, FileDeleter>; argument
/aosp_15_r20/external/boringssl/src/crypto/test/
H A Dfile_util.h36 struct FileDeleter { struct
44 using ScopedFILE = std::unique_ptr<FILE, FileDeleter>; argument
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp593 struct FileDeleter struct
595 void operator()(FILE *file) const in operator ()()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_proxy.cc20 void FileDeleter(base::File file) { in FileDeleter() function
/aosp_15_r20/external/cronet/base/files/
H A Dfile_proxy.cc22 void FileDeleter(base::File file) { in FileDeleter() function