Searched refs:file_path (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/tools/tools/nanobsd/Files/root/
H A Dsave_cfg49 file_path=`echo "$filename" | sed 's/\/[^/]*$//'`
50 if [ $file_path != $filename ]
52 if [ ! -d /etc/$file_path ]
56 echo "Error: Path /etc/$file_path is not directory."
74 if [ $file_path != $filename ]
76 mkdir -vp /cfg/$file_path
82 if [ $file_path != $filename ]
84 mkdir -vp /cfg/.ignore/$file_path
/freebsd-10.1-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c1074 char dir_path[PATH_MAX], file_path[PATH_MAX]; local
1093 strlcpy(file_path, "/tmp/open-file.XXXXXXXXXXX", sizeof(file_path));
1094 fd = mkstemp(file_path);
1101 if (chmod(file_path, PERM_FILE) < 0) {
1102 warn("chmod %s", file_path);
1103 (void)unlink(file_path);
1110 check_dup("check_dup_file", file_path, file_modes, file_modes_count);
1113 check_dup2("check_dup2_file", file_path, file_modes,
1120 check_fchflags("check_fchflags_file", file_path, file_mode
[all...]
/freebsd-10.1-release/contrib/serf/buckets/
H A Dfile_buckets.c45 const char *file_path; local
54 apr_file_name_get(&file_path, file);
55 apr_stat(&finfo, file_path, APR_FINFO_SIZE,
H A Dssl_buckets.c1432 const char *file_path,
1435 FILE *fp = fopen(file_path, "r");
1430 serf_ssl_load_cert_file( serf_ssl_certificate_t **cert, const char *file_path, apr_pool_t *pool) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBDeclaration.cpp190 char file_path[PATH_MAX*2]; local
191 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path));
192 strm.Printf ("%s:%u", file_path, GetLine());
H A DSBLineEntry.cpp234 char file_path[PATH_MAX*2]; local
235 m_opaque_ap->file.GetPath (file_path, sizeof (file_path));
236 strm.Printf ("%s:%u", file_path, GetLine());
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h499 ResolveSymbolContextForFilePath (const char *file_path,
H A DModule.h820 /// Tries to resolve \a file_path and \a line to a list of matching
830 /// @param[in] file_path
831 /// A path to a source file to match. If \a file_path does not
833 /// whose base filename matches. If \a file_path does specify
860 ResolveSymbolContextForFilePath (const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list);
876 /// A file spec to a source file to match. If \a file_path does
878 /// files whose base filename matches. If \a file_path does
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c370 const char *file_path;
374 SVN_ERR(svn_io_open_unique_file3(&file, &file_path, NULL,
382 SVN_ERR(open_editor(&performed_edit, file_path, b, scratch_pool));
383 *merged_file_path = (performed_edit ? file_path : NULL);
369 const char *file_path; local
/freebsd-10.1-release/contrib/serf/
H A Dserf_bucket_types.h607 * Load a CA certificate file from a path @a file_path. If the file was loaded
613 const char *file_path,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp790 const char *file_path,
797 FileSpec file_spec(file_path, false);
788 ResolveSymbolContextForFilePath( const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list ) const argument
H A DModule.cpp583 const char *file_path,
590 FileSpec file_spec(file_path, false);
581 ResolveSymbolContextForFilePath( const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list ) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp248 const char *file_path = command.GetArgumentAtIndex(0); local
249 Timer scoped_timer(__PRETTY_FUNCTION__, "(lldb) target create '%s'", file_path);
252 if (file_path)
253 file_spec.SetFile (file_path, true);
288 if (file_path)
314 file_path,
390 result.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->GetArchitecture().GetArchitectureName());
/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1734 const char *file_path;
1751 file_path = svn_fspath__join(full_path, name, subpool);
1753 file_path, FALSE))
1761 SVN_CMD_ERR(svn_fs_file_length(&entry_size, root, file_path,
1769 SVN_CMD_ERR(svn_fs_node_proplist(&file_props, root, file_path,
1783 file_path,
1733 const char *file_path; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c3862 const char *file_path;
3868 file_path = svn_dirent_join(result->folder,
3873 file_path,
3861 const char *file_path; local

Completed in 134 milliseconds