HomeSort by relevance Sort by last modified time
    Searched full:unpackedcontentdir (Results 1 - 1 of 1) sorted by null

  /libcore/tzdata/update/src/main/libcore/tzdata/update/
TzDataBundleInstaller.java 58 File unpackedContentDir = unpackBundle(content, workingDir);
60 if (!checkBundleFilesExist(unpackedContentDir)) {
65 if (verifySystemChecksums(unpackedContentDir)) {
66 FileUtils.makeDirectoryWorldAccessible(unpackedContentDir);
72 Slog.i(logTag, "Moving " + unpackedContentDir + " to " + currentTzDataDir);
73 FileUtils.rename(unpackedContentDir, currentTzDataDir);
81 deleteBestEffort(unpackedContentDir);
103 private boolean checkBundleFilesExist(File unpackedContentDir) throws IOException {
105 return FileUtils.filesExist(unpackedContentDir,
112 private boolean verifySystemChecksums(File unpackedContentDir) throws IOException
    [all...]

Completed in 174 milliseconds