HomeSort by: relevance | last modified time | path
    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