/developtools/profiler/trace_analyzer/src/base/ |
D | file.cpp | 43 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/ |
D | file.cpp | 43 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/ |
D | file_utils.cpp | 30 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/ |
D | event_notifier.cpp | 35 EventNotifierPtr EventNotifier::CreateWithFd(int fd) in CreateWithFd() 53 EventNotifier::EventNotifier(int fd) : fd_(fd), flags_(0) in EventNotifier()
|
D | epoll_event_poller.cpp | 43 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/ |
D | file_utils_test.cpp | 56 int fd = open(path_.c_str(), O_RDONLY); variable 71 int fd = -1; variable
|
D | sub_event_parser_test.cpp | 137 int fd = open(traceRaw.c_str(), O_EXCL); variable
|
D | ftrace_parser_test.cpp | 163 int fd = open(traceRaw.c_str(), O_EXCL); variable
|
/developtools/profiler/trace_analyzer/src/trace_data/ |
D | trace_data_db.cpp | 63 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/ |
D | share_memory_block.cpp | 61 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()
|
D | share_memory_allocator.cpp | 73 …moryBlockPtr ShareMemoryAllocator::CreateMemoryBlockRemote(std::string name, uint32_t size, int fd) in CreateMemoryBlockRemote()
|
/developtools/profiler/device/plugins/api/test/unittest/ |
D | plugin_watcher_test.cpp | 84 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
|
D | buffer_write_test.cpp | 37 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/ |
D | async_cmd.h | 49 int fd = 0; variable
|
/developtools/profiler/device/services/shared_memory/test/unittest/ |
D | shared_memory_allocator_test.cpp | 105 int fd = syscall(SYS_memfd_create, "testnameremote", 0); variable
|
/developtools/profiler/host/smartperf/ide/src/trace/ |
D | SpApplication.ts | 380 const fd = new FormData() constant
|
/developtools/profiler/trace_analyzer/src/ |
D | main.cpp | 89 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/ |
D | daemon_unity.cpp | 92 int fd; in FindMountDeviceByPath() local 127 int fd; in RemountPartition() local
|
D | jdwp.h | 45 int fd; member
|
/developtools/profiler/device/plugins/process_plugin/src/ |
D | process_data_plugin.cpp | 91 int32_t ProcessDataPlugin::ReadFile(int fd) in ReadFile() 137 int fd = -1; in ReadProcPidFile() local
|
/developtools/profiler/device/base/include/ |
D | epoll_event_poller.h | 53 int fd = INVALID_FD; member
|
/developtools/profiler/host/smartperf/trace_streamer/src/ |
D | main.cpp | 93 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/ |
D | diskio_data_plugin.cpp | 93 int fd = -1; in ReadFile() local
|
/developtools/profiler/device/plugins/native_hook/test/unittest/ |
D | stack_writer_test.cpp | 36 int fd = syscall(SYS_memfd_create, SMB_NAME.c_str(), 0); in InitShareMemory() local
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | memory_data_plugin.cpp | 421 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
|