Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 49) sorted by relevance

12

/developtools/profiler/trace_analyzer/src/base/
Dfile.cpp43 ssize_t Read(int fd, uint8_t* dst, size_t dstSize) in Read()
59 int fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile() local
61 int fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile() local
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dfile.cpp43 ssize_t Read(int fd, uint8_t* dst, size_t dstSize) in Read()
59 int fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile() local
61 int fd(open(path.c_str(), flags | O_CLOEXEC, mode)); in OpenFile() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dfile_utils.cpp30 std::string FileUtils::ReadFile(int fd) in ReadFile()
55 int fd = open(realPath, O_RDONLY); in ReadFile() local
85 int fd = open(path.c_str(), flags, mode); in WriteFile() local
/developtools/profiler/device/base/src/
Devent_notifier.cpp35 EventNotifierPtr EventNotifier::CreateWithFd(int fd) in CreateWithFd()
53 EventNotifier::EventNotifier(int fd) : fd_(fd), flags_(0) in EventNotifier()
Depoll_event_poller.cpp43 bool EpollEventPoller::AddFileDescriptor(int fd, in AddFileDescriptor()
58 bool EpollEventPoller::RemoveFileDescriptor(int fd) in RemoveFileDescriptor()
215 for (int fd : fileDescriptors_) { in Finalize() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dfile_utils_test.cpp56 int fd = open(path_.c_str(), O_RDONLY); variable
71 int fd = -1; variable
Dsub_event_parser_test.cpp137 int fd = open(traceRaw.c_str(), O_EXCL); variable
Dftrace_parser_test.cpp163 int fd = open(traceRaw.c_str(), O_EXCL); variable
/developtools/profiler/trace_analyzer/src/trace_data/
Dtrace_data_db.cpp63 int fd(base::OpenFile(outputName, O_CREAT | O_RDWR, 0600)); in ExportDatabase() local
122 int fd(base::OpenFile(outputName, O_RDWR, 0600)); in SearchData() local
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp61 bool ShareMemoryBlock::CreateBlockWithFd(std::string name, uint32_t size, int fd) in CreateBlockWithFd()
89 int fd = syscall(SYS_memfd_create, name.c_str(), 0); in CreateBlock() local
143 ShareMemoryBlock::ShareMemoryBlock(const std::string& name, uint32_t size, int fd) : ShareMemoryBlo… in ShareMemoryBlock()
Dshare_memory_allocator.cpp73 …moryBlockPtr ShareMemoryAllocator::CreateMemoryBlockRemote(std::string name, uint32_t size, int fd) in CreateMemoryBlockRemote()
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp84 int fd = creat((dirPath + it).c_str(), DEAFULT_FILE_MODE); in CreateFile() local
94 int fd = creat((dirPath + it).c_str(), DEAFULT_FILE_MODE); in AddFile() local
Dbuffer_write_test.cpp37 int fd = syscall(SYS_memfd_create, SMB1_NAME.c_str(), 0); in InitShareMemory1() local
74 int fd = syscall(SYS_memfd_create, SMB2_NAME.c_str(), 0); in InitShareMemory2() local
/developtools/hdc_standard/src/common/
Dasync_cmd.h49 int fd = 0; variable
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp105 int fd = syscall(SYS_memfd_create, "testnameremote", 0); variable
/developtools/profiler/host/smartperf/ide/src/trace/
DSpApplication.ts380 const fd = new FormData() constant
/developtools/profiler/trace_analyzer/src/
Dmain.cpp89 bool ReadAndParser(SysTuning::TraceStreamer::TraceStreamerSelector& ta, int fd) in ReadAndParser()
125 int fd(OpenFile(traceFilePath, O_RDONLY, G_FILE_PERMISSION)); in OpenAndParserFile() local
/developtools/hdc_standard/src/daemon/
Ddaemon_unity.cpp92 int fd; in FindMountDeviceByPath() local
127 int fd; in RemountPartition() local
Djdwp.h45 int fd; member
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp91 int32_t ProcessDataPlugin::ReadFile(int fd) in ReadFile()
137 int fd = -1; in ReadProcPidFile() local
/developtools/profiler/device/base/include/
Depoll_event_poller.h53 int fd = INVALID_FD; member
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp93 bool ReadAndParser(SysTuning::TraceStreamer::TraceStreamerSelector& ta, int fd) in ReadAndParser()
126 int fd(OpenFile(traceFilePath, O_RDONLY, G_FILE_PERMISSION)); in OpenAndParserFile() local
/developtools/profiler/device/plugins/diskio_plugin/src/
Ddiskio_data_plugin.cpp93 int fd = -1; in ReadFile() local
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dstack_writer_test.cpp36 int fd = syscall(SYS_memfd_create, SMB_NAME.c_str(), 0); in InitShareMemory() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp421 int32_t MemoryDataPlugin::ReadFile(int fd) in ReadFile()
456 int fd = open(realPath, O_RDONLY | O_CLOEXEC); in OpenProcPidFiles() local
503 int fd = -1; in ReadProcPidFile() local

12