HomeSort by: relevance | last modified time | path
    Searched refs:__file__ (Results 1 - 25 of 107) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
source2.py 18 # Make sure __file__ is defined.
19 assert type(__file__) == str
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
source2.py 18 # Make sure __file__ is defined.
19 assert type(__file__) == str
py-color-leak.py 27 super().__init__(__file__)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
cd 5 fake_external.execute(__file__)
diff 5 fake_external.execute(__file__)
env 5 fake_external.execute(__file__)
export 5 fake_external.execute(__file__)
mkdir 5 fake_external.execute(__file__)
rm 5 fake_external.execute(__file__)
  /src/external/bsd/unbound/dist/libunbound/python/doc/
conf.py 18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../')))
19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../')))
20 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../.libs/')))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/py-config-discovery/
lit.site.cfg.py 3 config.test_exec_root = os.path.dirname(__file__)
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
analyze-build 10 this_dir = os.path.dirname(os.path.realpath(__file__))
analyze-c++ 9 this_dir = os.path.dirname(os.path.realpath(__file__))
analyze-cc 9 this_dir = os.path.dirname(os.path.realpath(__file__))
intercept-build 10 this_dir = os.path.dirname(os.path.realpath(__file__))
intercept-c++ 9 this_dir = os.path.dirname(os.path.realpath(__file__))
intercept-cc 9 this_dir = os.path.dirname(os.path.realpath(__file__))
scan-build 10 this_dir = os.path.dirname(os.path.realpath(__file__))
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
base.py 40 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
43 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 10 os.chdir(os.path.dirname(os.path.abspath(__file__)))
  /src/external/bsd/unbound/dist/pythonmod/doc/
conf.py 18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../..')))
  /src/external/gpl3/gcc/dist/contrib/
git-backport.py 26 script_folder = os.path.dirname(os.path.abspath(__file__))
  /src/external/gpl3/gcc.old/dist/contrib/
git-backport.py 26 script_folder = os.path.dirname(os.path.abspath(__file__))
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
autoconf.py 17 ac_vars_dir = Path(__file__).resolve().parent / ".ac_vars"
  /src/sys/external/bsd/drm2/include/linux/
module.h 56 #define KBUILD_MODNAME __file__

Completed in 54 milliseconds

1 2 3 4 5