Home
last modified time | relevance | path

Searched refs:rslt (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H A Dgpu_data_plugin_unittest.cpp60 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 Ddiskio_data_plugin_unittest.cpp57 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 Dnetwork_plugin_test.cpp69 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 Dprocess_plugin_unittest.cpp103 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 Dcpu_data_plugin_unittest.cpp159 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 Dmemory_data_plugin_unittest.cpp345 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