Home
last modified time | relevance | path

Searched refs:g_testPath (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp37 std::string g_testPath = ""; variable
97 if (access(g_testPath.c_str(), F_OK) == 0) { in TearDownTestCase()
98 std::string str = "rm -rf " + g_testPath; in TearDownTestCase()
179 g_testPath = g_path;
190 g_path = g_testPath + "/proc/";
217 g_path = g_testPath + "/proc/";
247 g_path = g_testPath + "/proc/";
278 g_path = g_testPath + "/proc/";
303 g_path = g_testPath + "/proc/";
367 g_path = g_testPath + "/proc/";
[all …]
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
Dgpu_data_plugin_unittest.cpp35 std::string g_testPath; variable
54 if (access(g_testPath.c_str(), F_OK) == 0) { in TearDownTestCase()
55 std::string str = "rm -rf " + g_testPath; in TearDownTestCase()
128 g_testPath = g_path;
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
Ddiskio_data_plugin_unittest.cpp37 std::string g_testPath; variable
52 if (access(g_testPath.c_str(), F_OK) == 0) { in TearDownTestCase()
53 std::string str = "rm -rf " + g_testPath; in TearDownTestCase()
122 g_testPath = g_path;
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp37 std::string g_testPath; variable
153 if (access(g_testPath.c_str(), F_OK) == 0) { in TearDownTestCase()
154 std::string str = "rm -rf " + g_testPath; in TearDownTestCase()
256 g_testPath = g_path;
290 g_path = g_testPath + "/proc/";
344 g_path = g_testPath;
346 g_path = g_testPath + "/proc/";
379 g_path = g_testPath + "/proc/";