OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isfile
(Results
1 - 2
of
2
) sorted by null
/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 674 milliseconds