HomeSort by relevance Sort by last modified time
    Searched defs:isfile (Results 1 - 3 of 3) sorted by null

  /external/v8/test/preparser/
testcfg.py 30 from os.path import join, dirname, exists, isfile namespace
127 if not isfile(executable):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 97 if self.isfile(path):
127 def isfile(self, path): member in class:FileSystem
129 return os.path.isfile(path)
filesystem_mock.py 94 return self.isfile(path) or self.isdir(path)
102 if self.isfile(path):
142 def isfile(self, path): member in class:MockFileSystem

Completed in 2093 milliseconds