Home
last modified time | relevance | path

Searched defs:FileDesc (Results 1 – 8 of 8) 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp126 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local
145 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall() local
/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/llvm-project/compiler-rt/lib/scudo/standalone/
Dlinux.cpp167 const int FileDesc = open("/dev/urandom", O_RDONLY); in getRandom() local
/external/scudo/standalone/
Dlinux.cpp206 const int FileDesc = open("/dev/urandom", O_RDONLY); in getRandom() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc195 using FileDesc = ::upb_benchmark::FileDescriptorProto; typedef
/external/bcc/src/python/bcc/
Dtable.py492 class FileDesc: class