Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/
H A 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()
/aosp12/system/unwinding/libbacktrace/
H A 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()