Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp896 static int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive() function
971 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1021 rc = copy_directory_recursive(from.c_str(), to.c_str()); in snapshotAppData()
1085 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1095 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()
1208 int rc = copy_directory_recursive(fromCodePath.c_str(), to_app_package_path_parent.c_str()); in moveCompleteApp()
1240 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()
1250 int rc = copy_directory_recursive(from.c_str(), to.c_str()); in moveCompleteApp()