Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp876 static int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive() function
974 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
998 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1062 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1072 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()
1186 int rc = copy_directory_recursive(from.c_str(), to_parent.c_str()); in moveCompleteApp()
1218 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()
1228 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()