Home
last modified time | relevance | path

Searched refs:isabs (Results 51 - 63 of 63) sorted by relevance

123

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py166 and not os.path.isabs(path)
3626 if group == "compile" and not os.path.isabs(source):
H A Dcmake.py104 if os.path.isabs(rel_path):
H A Dmake.py740 if os.path.isabs(path):
H A Dninja.py348 assert not os.path.isabs(path_dir), (
/third_party/python/Lib/
H A Dtarfile.py761 if os.path.isabs(name):
802 if os.path.isabs(member.linkname):
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py104 if os.path.isabs(rel_path):
H A Dmake.py731 if os.path.isabs(path):
H A Dninja.py348 assert not os.path.isabs(path_dir), (
/third_party/python/Lib/test/
H A Dtest_ntpath.py168 tester('ntpath.isabs("c:\\")', 1)
169 tester('ntpath.isabs("\\\\conky\\mountpoint\\")', 1)
170 tester('ntpath.isabs("\\foo")', 1)
171 tester('ntpath.isabs("\\foo\\bar")', 1)
174 tester('ntpath.isabs("\\\\conky\\mountpoint")', 1)
175 tester('ntpath.isabs("\\\\.\\C:")', 1)
919 self._check_function(self.path.isabs)
H A Dtest_tempfile.py585 self.assertTrue(os.path.isabs(d) or d == os.curdir,
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py2970 if posixpath.isabs(projectDirPath[0]):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py2971 if posixpath.isabs(projectDirPath[0]):
/third_party/python/Lib/test/support/
H A D__init__.py597 if os.path.isabs(filename):

Completed in 37 milliseconds

123