Searched refs:dalvik_cache_target_dir (Results 1 – 1 of 1) sorted by relevance
284 std::string dalvik_cache_target_dir = cache_filename.substr(0, last_cache_slash); in TryMoveOTAArtifacts() local287 impl::DeleteDirectoryContents(dalvik_cache_target_dir.c_str(), false); in TryMoveOTAArtifacts()290 impl::MoveOTAArtifacts(ota_source_dir.c_str(), dalvik_cache_target_dir.c_str()); in TryMoveOTAArtifacts()293 if (!impl::RelabelOTAFiles(dalvik_cache_target_dir)) { in TryMoveOTAArtifacts()297 impl::DeleteDirectoryContents(dalvik_cache_target_dir.c_str(), false); in TryMoveOTAArtifacts()