Searched refs:deviceLockDir (Results 1 – 1 of 1) sorted by relevance
53 final File deviceLockDir = new File(systemDir, DEVICE_LOCK_DIR); in DeviceLockPersistentStore() local54 if (!deviceLockDir.exists()) { in DeviceLockPersistentStore()55 final boolean madeDirs = deviceLockDir.mkdirs(); in DeviceLockPersistentStore()57 Slog.e(TAG, "Failed to make directory " + deviceLockDir.getAbsolutePath()); in DeviceLockPersistentStore()60 mFile = new File(deviceLockDir, DEVICE_STATE_FILE); in DeviceLockPersistentStore()