Searched refs:rslt (Results 1 - 6 of 6) sorted by relevance
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/ |
H A D | gpu_data_plugin_unittest.cpp | 60 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 61 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 64 buf[rslt] = '\0'; in Getexepath() 65 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/ |
H A D | diskio_data_plugin_unittest.cpp | 57 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 58 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 61 buf[rslt] = '\0'; in Getexepath() 62 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
/developtools/profiler/device/plugins/network_plugin/test/unittest/ |
H A D | network_plugin_test.cpp | 69 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 70 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 73 buf[rslt] = '\0'; in Getexepath() 74 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
/developtools/profiler/device/plugins/process_plugin/test/unittest/ |
H A D | process_plugin_unittest.cpp | 103 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 104 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 107 buf[rslt] = '\0'; in Getexepath() 108 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/ |
H A D | cpu_data_plugin_unittest.cpp | 159 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 160 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 163 buf[rslt] = '\0'; in Getexepath() 164 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | memory_data_plugin_unittest.cpp | 345 size_t rslt = readlink(path.c_str(), buf, sizeof(buf)); in Getexepath() local 346 if (rslt < 0 || (rslt >= sizeof(buf))) { in Getexepath() 349 buf[rslt] = '\0'; in Getexepath() 350 for (int i = rslt; i >= 0; i--) { in Getexepath()
|
Completed in 7 milliseconds