Searched refs:source_path (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/netbsd-current/external/apache2/llvm/dist/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
98 elif hasattr(test, 'source_path'):
99 cmd.append(test.source_path)
H A Dgoogletest.py94 source_path = testSuite.getSourcePath(path_in_suite)
96 dir_path = os.path.join(source_path, subdir)
102 execpath = os.path.join(source_path, subdir, fn)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddiscovery.py104 source_path = ts.getSourcePath(path_in_suite)
105 cfgpath = chooseConfigFileFromDir(source_path, litConfig.local_config_names)
147 source_path = ts.getSourcePath(path_in_suite)
148 if not os.path.exists(source_path):
152 if not os.path.isdir(source_path):
205 for filename in os.listdir(source_path):
211 file_sourcepath = os.path.join(source_path, filename)
H A DTestRunner.py1027 def parseIntegratedTestScriptCommands(source_path, keywords):
1029 parseIntegratedTestScriptCommands(source_path) -> commands
1049 f = open(source_path, 'rb')
/netbsd-current/external/bsd/kyua-cli/dist/examples/
H A Dsyntax_test.cpp119 const fs::path source_path = example_file(this, "Kyuafile.top"); local
120 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
141 const fs::path source_path = example_file(this, "Kyuafile.top"); local
142 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
/netbsd-current/external/apache2/llvm/dist/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)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-env.c231 xfree (source_path);
236 env_mod_path (argv[i], &source_path);
238 uiout->field_string ("source-path", source_path);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.h48 extern char *source_path;
H A Dsource.c60 char *source_path; variable
366 char *set_path = source_path;
374 mod_path (set_path, &source_path);
387 puts_filtered (source_path);
442 source_path = xstrdup (buf);
457 xfree (source_path);
463 mod_path (dirname, &source_path);
476 add_path (dirname, &source_path, 0);
930 of openp, using source_path, but that really don't want the file to be
932 qualified against source_path)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsource.h49 extern std::string source_path;
H A Dsource.c61 std::string source_path; variable
391 std::string set_path = source_path;
399 mod_path (set_path.c_str (), source_path);
410 gdb_puts (source_path.c_str (), file);
461 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR);
483 mod_path (dirname, source_path);
490 source_path.c_str ());
502 add_path (dirname, source_path, 0);
969 of openp, using source_path, but that really don't want the file to be
971 qualified against source_path)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-env.c234 env_mod_path (argv[i], source_path);
236 uiout->field_string ("source-path", source_path);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c927 const char *source_path,
937 assert( source_path != NULL );
941 source_path, dest_path );
948 cp.source_prefix_len = strlen( source_path );
955 strncmp( source_path, dest_path, cp.source_prefix_len ) == 0 &&
960 source_path, dest_path );
964 rc = traverse( source_path, &cb, ctx );
967 "copy_tree: %s exit %d\n", source_path,
1226 homedir_rename( const char *source_path, const char *dest_path ) argument
1230 assert( source_path !
925 copy_tree( const char *dest_path, const char *source_path, uid_t uidn, gid_t gidn, void *ctx ) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c260 char *source_path; local
336 source_path = (char *) alloca (i + 1);
337 memcpy (source_path, canon_source_file, i);
338 source_path[i] = 0;
339 gfc_add_include_path (source_path, true, true, true);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc253 char *source_path; local
345 source_path = (char *) alloca (i + 1);
346 memcpy (source_path, canon_source_file, i);
347 source_path[i] = 0;
351 gfc_add_include_path (source_path, true, true, warn, false);
/netbsd-current/external/ibm-public/postfix/dist/
H A Dpostfix-install811 eval source_path=$install_root$source
812 compare_or_hardlink $source_path $dest_path || exit 1
824 eval source_path=$install_root$source
825 compare_or_symlink $source_path $dest_path || exit 1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-cmds.c648 fd = openp (source_path, search_flags,
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c676 fd = openp (source_path.c_str (), search_flags,

Completed in 339 milliseconds