Searched defs:isfile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py95 if self.isfile(path):
122 def isfile(self, path): member in class:FileSystem
123 return os.path.isfile(path)
H A Dfilesystem_mock.py124 return self.isfile(path) or self.isdir(path)
132 if self.isfile(path):
175 def isfile(self, path): member in class:MockFileSystem
273 if self.isfile(source):
/external/lldb/test/unittest2/test/
H A Dtest_discovery.py32 original_isfile = os.path.isfile
34 os.path.isfile = original_isfile
50 def isfile(path): function in function:TestDiscovery.test_find_tests
53 os.path.isfile = isfile
75 original_isfile = os.path.isfile
77 os.path.isfile = original_isfile
90 os.path.isfile = lambda path: os.path.basename(path) not in directories
137 original_isfile = os.path.isfile
140 os.path.isfile
332 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
[all...]
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py224 def isfile(self, path): member in class:OsModuleStub.OsPathModuleStub
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py17 from os.path import isfile, getsize namespace
223 if not isfile(localfilename) or getsize(localfilename) <= 0:
/external/mksh/src/
H A Dmisc.c636 gmatchx(const char *s, const char *p, bool isfile) argument
648 * isfile is false iff no syntax check has been done on
651 if (!isfile && !has_globbing(p, pe)) {

Completed in 190 milliseconds