Searched refs:mostSpecificRoot (Results 1 – 1 of 1) sorted by relevance
348 RootInfo mostSpecificRoot = getMostSpecificRootForPath(path, false); in getDocIdForFileMaybeCreate() local350 if (mostSpecificRoot == null) { in getDocIdForFileMaybeCreate()353 mostSpecificRoot = getMostSpecificRootForPath(path, true); in getDocIdForFileMaybeCreate()356 if (mostSpecificRoot == null) { in getDocIdForFileMaybeCreate()362 ? mostSpecificRoot.visiblePath.getAbsolutePath() in getDocIdForFileMaybeCreate()363 : mostSpecificRoot.path.getAbsolutePath(); in getDocIdForFileMaybeCreate()379 return mostSpecificRoot.rootId + ':' + path; in getDocIdForFileMaybeCreate()384 RootInfo mostSpecificRoot = null; in getMostSpecificRootForPath() local394 mostSpecificRoot = root; in getMostSpecificRootForPath()401 return mostSpecificRoot; in getMostSpecificRootForPath()