Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1566 static int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive() function
1642 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1694 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1760 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1770 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()
1886 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp()
1920 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()
1930 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()
1961 const int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()