Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1759 auto to_ce = create_data_user_ce_path(volume_uuid, userId); in restoreAppDataSnapshot() local
1760 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1762 res = error(rc, "Failed copying " + from_ce + " to " + to_ce); in restoreAppDataSnapshot()