Home
last modified time | relevance | path

Searched refs:DEFAULT_TEST_PATH (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_capability_manager_test.cpp24 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
26 const std::string DEFAULT_TEST_PATH("/system/lib/");
48 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so");
69 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
89 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
111 cap1.set_path(DEFAULT_TEST_PATH + "libcap1.so");
116 cap2.set_path(DEFAULT_TEST_PATH + "libcap2.so");
135 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
Dtrace_file_reader_test.cpp33 const std::string DEFAULT_TEST_PATH("./"); variable
35 const std::string DEFAULT_TEST_PATH("/data/local/tmp/");
46 std::string path = DEFAULT_TEST_PATH + name; in TearDownTestCase()
137 std::string path = DEFAULT_TEST_PATH + name;
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp32 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
34 const std::string DEFAULT_TEST_PATH("/system/lib/");
134 std::string path = DEFAULT_TEST_PATH + std::string("libhisyseventplugin.z.so");
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp33 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
35 const std::string DEFAULT_TEST_PATH("/system/lib/");
91 std::string path = DEFAULT_TEST_PATH + std::string("libhidumpplugin.z.so");
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
Dgpu_data_plugin_unittest.cpp26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resource"; variable
127 g_path = GetFullPath(DEFAULT_TEST_PATH);
/developtools/profiler/device/plugins/xpower_plugin/test/unittest/
Dxpower_plugin_unittest.cpp34 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
78 std::string path = DEFAULT_TEST_PATH + std::string("libxpowerplugin.z.so");
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp31 const std::string DEFAULT_TEST_PATH("/data/local/tmp/"); variable
63 std::string str = "rm -rf " + GetFullPath(DEFAULT_TEST_PATH) + "utresources"; in TearDownTestCase()
131 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp44 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
46 const std::string DEFAULT_TEST_PATH("/system/lib/"); variable
280 std::string path = DEFAULT_TEST_PATH + std::string("libftrace_plugin.z.so");
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
Ddiskio_data_plugin_unittest.cpp26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable
121 g_path = GetFullPath(DEFAULT_TEST_PATH);
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dsmaps_stats_unittest.cpp27 const std::string DEFAULT_TEST_PATH("/data/local/tmp/utresources/"); variable
34 if (access(DEFAULT_TEST_PATH.c_str(), F_OK) == 0) { in TearDownTestCase()
35 std::string str = "rm -rf " + DEFAULT_TEST_PATH; in TearDownTestCase()
905 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0);
906 SmapsStats plugin(DEFAULT_TEST_PATH + std::string("proc/"));
981 ASSERT_EQ(access(DEFAULT_TEST_PATH.c_str(), F_OK), 0);
982 SmapsStats targetPlugin(DEFAULT_TEST_PATH + std::string("proc/"));
Dmemory_data_plugin_unittest.cpp27 const std::string DEFAULT_TEST_PATH("/data/local/tmp/"); variable
491 g_path = GetFullPath(DEFAULT_TEST_PATH); in SetUpTestCase()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable
178 g_path = GetFullPath(DEFAULT_TEST_PATH);
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp35 const std::string DEFAULT_TEST_PATH = "./"; variable
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp33 const std::string DEFAULT_TEST_PATH("/system/lib64/"); variable
35 const std::string DEFAULT_TEST_PATH("/system/lib/");
848 std::string path = DEFAULT_TEST_PATH + std::string("libhilogplugin.z.so");
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp26 const std::string DEFAULT_TEST_PATH = "/data/local/tmp/resources"; variable
255 g_path = GetFullPath(DEFAULT_TEST_PATH);