Home
last modified time | relevance | path

Searched defs:FileDesc (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/
Dfile_desc.h28 FileDesc(FileDesc &&that) : fd_(-1) { *this = std::move(that); } in FileDesc() function
/external/bcc/src/cc/includes/
Dfile_desc.h28 FileDesc(FileDesc &&that) : fd_(-1) { *this = std::move(that); } in FileDesc() function
/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp127 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local
146 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall() local
/external/scudo/standalone/
Dlinux.cpp198 const int FileDesc = open("/dev/urandom", O_RDONLY); in getRandom() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc324 using FileDesc = ::upb_benchmark::FileDescriptorProto; typedef
/external/bcc/src/python/bcc/
Dtable.py898 class FileDesc: class