Home
last modified time | relevance | path

Searched refs:rslt (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
Ddiskio_data_plugin_unittest.cpp63 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local
64 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath()
67 buf[rslt] = '\0'; in Getexepath()
68 for (int i = rslt; i >= 0; i--) { in Getexepath()
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp75 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local
76 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath()
79 buf[rslt] = '\0'; in Getexepath()
80 for (int i = rslt; i >= 0; i--) { in Getexepath()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp108 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local
109 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath()
112 buf[rslt] = '\0'; in Getexepath()
113 for (int i = rslt; i >= 0; i--) { in Getexepath()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp92 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local
93 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath()
96 buf[rslt] = '\0'; in Getexepath()
97 for (int i = rslt; i >= 0; i--) { in Getexepath()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp164 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local
165 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath()
168 buf[rslt] = '\0'; in Getexepath()
169 for (int i = rslt; i >= 0; i--) { in Getexepath()