Searched refs:rslt (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/ |
D | diskio_data_plugin_unittest.cpp | 63 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/ |
D | network_plugin_test.cpp | 75 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/ |
D | process_plugin_unittest.cpp | 108 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/ |
D | memory_data_plugin_unittest.cpp | 92 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/ |
D | cpu_data_plugin_unittest.cpp | 164 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()
|