OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commonprefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py
583
return
commonprefix
(item['file'] for item in json.load(handle))
586
def
commonprefix
(files):
function
587
""" Fixed version of os.path.
commonprefix
.
594
result = os.path.
commonprefix
([result, current])
report.py
583
return
commonprefix
(item['file'] for item in json.load(handle))
586
def
commonprefix
(files):
function
587
""" Fixed version of os.path.
commonprefix
.
594
result = os.path.
commonprefix
([result, current])
Completed in 97 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026