Home
last modified time | relevance | path

Searched refs:ScopedFDCloseTraits (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/files/
Dscoped_file.h21 struct ScopedFDCloseTraits { struct
51 typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD;
Dscoped_file.cc23 void ScopedFDCloseTraits::Free(int fd) { in Free()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1468 @@ -26,7 +26,7 @@ struct BASE_EXPORT ScopedFDCloseTraits : public ScopedGenericOwnershipTracking {
1469 static void Release(const ScopedGeneric<int, ScopedFDCloseTraits>&, int);
1476 struct BASE_EXPORT ScopedFDCloseTraits : public ScopedGenericOwnershipTracking {
1477 @@ -37,7 +37,7 @@ struct BASE_EXPORT ScopedFDCloseTraits {
1483 static void Acquire(const ScopedGeneric<int, ScopedFDCloseTraits>&, int);
1484 static void Release(const ScopedGeneric<int, ScopedFDCloseTraits>&, int);
1495 @@ -104,7 +104,7 @@ typedef ScopedGeneric<int, internal::ScopedFDCloseTraits> ScopedFD;