Home
last modified time | relevance | path

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

/external/deqp/scripts/src_util/
Dcheck_license.py24 from common import isTextFile
80 if isTextFile(file) and isSourceFile(file):
Dcheck_whitespace.py25 from common import getChangedFiles, getAllProjectFiles, isTextFile
47 if isTextFile(file):
Dcommon.py58 def isTextFile (filePath): function