Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dsearch28.t
H A Dsearch26.t
H A Dsearch29.t
H A Drender.t
H A Dsearch60.t
H A Dsearch22.t
H A Dsearch27.t
H A Dreinit.t
H A Dsearch25.t
H A Dsearch20.t
H A Dsearch12.t
H A Dsearch10.t
H A Dencod01.t
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Ddiscovery.py103 source_path = ts.getSourcePath(path_in_suite)
104 cfgpath = chooseConfigFileFromDir(source_path, litConfig.local_config_names)
146 source_path = ts.getSourcePath(path_in_suite)
147 if not os.path.exists(source_path):
151 if not os.path.isdir(source_path):
204 for filename in os.listdir(source_path):
210 file_sourcepath = os.path.join(source_path, filename)
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dbase.py15 source_path = testSuite.getSourcePath(path_in_suite)
16 for filename in os.listdir(source_path):
22 filepath = os.path.join(source_path, filename)
79 test.source_path = path
99 cmd.append(test.source_path)
H A Dgoogletest.py49 source_path = testSuite.getSourcePath(path_in_suite)
51 dir_path = os.path.join(source_path, subdir)
57 execpath = os.path.join(source_path, subdir, fn)
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.cpp18 void SourceBreakpoint::SetBreakpoint(const llvm::StringRef source_path) { in SetBreakpoint() argument
19 bp = g_vsc.target.BreakpointCreateByLocation(source_path.str().c_str(), line); in SetBreakpoint()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsource.c90 char *source_path; variable
307 puts_filtered (source_path); in show_directories()
355 source_path = xstrdup (buf); in init_source_path()
376 xfree (source_path); in directory_command()
382 mod_path (dirname, &source_path); in directory_command()
805 fd = openp (source_path, OPF_TRY_CWD_FIRST | OPF_SEARCH_IN_PATH, filename, in source_full_path_of()
841 char *path = source_path; in find_and_open_source()
862 p = (char *) strstr (source_path, "$cdir"); in find_and_open_source()
869 alloca (strlen (source_path) + 1 + strlen (dirname) + 1); in find_and_open_source()
870 len = p - source_path; in find_and_open_source()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-env.c233 xfree (source_path); in mi_cmd_env_dir()
238 env_mod_path (argv[i], &source_path); in mi_cmd_env_dir()
241 ui_out_field_string (uiout, "source-path", source_path); in mi_cmd_env_dir()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp249 FileSpec source_path(DBGSourcePath.c_str()); in CreateInstance() local
252 source_path.RemoveLastPathComponent(); in CreateInstance()
253 source_path.RemoveLastPathComponent(); in CreateInstance()
255 build_path.GetPath(), source_path.GetPath(), in CreateInstance()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py74 source_path = testSuite.getSourcePath(path_in_suite)
76 dir_path = os.path.join(source_path, subdir)
82 execpath = os.path.join(source_path, subdir, fn)
/openbsd-src/gnu/llvm/lldb/scripts/
H A Dinstall_custom_python.py31 source_path = os.path.join(source_dir, filename)
33 print('Copying file %s ==> %s...' % (source_path, dest_path))
34 shutil.copyfile(source_path, dest_path)
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)

12