Home
last modified time | relevance | path

Searched defs:fdTotal (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DFileDescriptor.cpp30 std::string& fdTotal = result["fdTotal"]; in ItemData() local
54 void FileDescriptor::GetFds(const std::string &pid, std::string &fds, std::string &fdTotal) in GetFds()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dfiledescriptor_test.cpp108 std::string fdTotal = fdsItemData["fdTotal"]; variable