HomeSort by: relevance | last modified time | path
    Searched refs:isabs (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ShCommands.py 54 if os.path.isabs(self.pattern):
LitConfig.py 150 if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
util.py 216 if os.path.isabs(command) and os.path.isfile(command):
TestRunner.py 277 if os.path.isabs(newdir):
378 if not os.path.isabs(dir):
423 if not os.path.isabs(path):
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py 209 fullname = name if os.path.isabs(name) else os.path.join(cwd, name)
analyze.py 213 if not os.path.isabs(filename):
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
diff.py 231 if file != "-" and not os.path.isabs(file):
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 258 assert not os.path.isabs(obj), "TODO: support abs path"
collect_and_build_with_pgo.py 275 assert os.path.isabs(stage1_dir)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 1659 int isabs = 1; local
1666 isabs = 0;
1673 if (isabs)
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 1660 int isabs = 1; local
1667 isabs = 0;
1674 if (isabs)
  /src/crypto/external/bsd/openssh/dist/
sftp.c 2047 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; local
2058 isabs = path_absolute(tmp);
2094 tmp = path_strip(tmp2, isabs ? NULL : remote_path);
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
config.py 180 if cxx is not None and os.path.isabs(cxx):
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1148 if os.path.isabs(path):

Completed in 82 milliseconds