Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp822 static int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive() function
920 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
944 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1008 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1017 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()
1093 int rc = copy_directory_recursive(from.c_str(), to_parent.c_str()); in moveCompleteApp()
1125 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()
1135 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()