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 D | search28.t | |
| H A D | search26.t | |
| H A D | search29.t | |
| H A D | render.t | |
| H A D | search60.t | |
| H A D | search22.t | |
| H A D | search27.t | |
| H A D | reinit.t | |
| H A D | search25.t | |
| H A D | search20.t | |
| H A D | search12.t | |
| H A D | search10.t | |
| H A D | encod01.t | |
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | discovery.py | 103 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 D | base.py | 15 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 D | googletest.py | 49 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 D | SourceBreakpoint.cpp | 18 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 D | source.c | 90 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 D | mi-cmd-env.c | 233 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 D | SymbolVendorMacOSX.cpp | 249 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 D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 74 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 D | install_custom_python.py | 31 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 D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
12