Home
last modified time | relevance | path

Searched refs:mountPath1 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dvolume_manager.js187 volumeManagerUtil.compareMountPath = function(mountPath1, mountPath2) { argument
189 PathUtil.getRootType(mountPath1));
195 if (mountPath1 !== mountPath2)
196 return mountPath1 < mountPath2 ? -1 : 1;