Searched refs:mCanonicalPath (Results 1 – 1 of 1) sorted by relevance
44 private final String mCanonicalPath; field in ClipStorageReader51 mCanonicalPath = file.getCanonicalPath(); // Resolve symlink in ClipStorageReader()53 if (sLocks.containsKey(mCanonicalPath)) { in ClipStorageReader()56 sLocks.get(mCanonicalPath).mCount++; in ClipStorageReader()61 sLocks.put(mCanonicalPath, new FileLockEntry(1, lock, mScanner)); in ClipStorageReader()75 ref = sLocks.get(mCanonicalPath); in close()83 sLocks.remove(mCanonicalPath); in close()