Home
last modified time | relevance | path

Searched refs:cp_cmd (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Ddebuggerd_test.cpp1713 std::string cp_cmd = android::base::StringPrintf("cp %s %s", test_lib.c_str(), tmp_dir); in CopySharedLibrary() local
1716 return system(cp_cmd.c_str()) == 0; in CopySharedLibrary()
/system/unwinding/libbacktrace/
Dbacktrace_test.cpp1220 std::string cp_cmd = android::base::StringPrintf("cp %s %s", test_lib.c_str(), tmp_dir); in CopySharedLibrary() local
1223 ASSERT_EQ(0, system(cp_cmd.c_str())); in CopySharedLibrary()