Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1071 auto to_de = create_data_user_de_path(volume_uuid, user); in restoreAppDataSnapshot() local
1072 int rc = copy_directory_recursive(from_de.c_str(), to_de.c_str()); in restoreAppDataSnapshot()
1081 res = error(rc, "Failed copying " + from_de + " to " + to_de); in restoreAppDataSnapshot()