OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharedroot
(Results
1 - 1
of
1
) sorted by null
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java
540
File
sharedRoot
= null;
551
sharedRoot
= LintUtils.getCommonParent(files);
552
if (
sharedRoot
!= null &&
sharedRoot
.getParentFile() == null) { // "/" ?
553
sharedRoot
= null;
560
File rootDir =
sharedRoot
;
[
all
...]
Completed in 30 milliseconds