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

/freebsd-11.0-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-11.0-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c1071 char dir_path[PATH_MAX], file_path[PATH_MAX]; local
1090 strlcpy(file_path, "/tmp/open-file.XXXXXXXXXXX", sizeof(file_path));
1091 fd = mkstemp(file_path);
1098 if (chmod(file_path, PERM_FILE) < 0) {
1099 warn("chmod %s", file_path);
1100 (void)unlink(file_path);
1107 check_dup("check_dup_file", file_path, file_modes, file_modes_count);
1110 check_dup2("check_dup2_file", file_path, file_modes,
1117 check_fchflags("check_fchflags_file", file_path, file_mode
[all...]
/freebsd-11.0-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.c1434 const char *file_path,
1437 FILE *fp = fopen(file_path, "r");
1432 serf_ssl_load_cert_file( serf_ssl_certificate_t **cert, const char *file_path, apr_pool_t *pool) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDeclaration.cpp193 char file_path[PATH_MAX*2]; local
194 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path));
195 strm.Printf ("%s:%u", file_path, GetLine());
H A DSBLineEntry.cpp238 char file_path[PATH_MAX*2]; local
239 m_opaque_ap->file.GetPath (file_path, sizeof (file_path));
240 strm.Printf ("%s:%u", file_path, GetLine());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp504 isLoadBiasIncorrect(Target& target, const std::string& file_path) argument
512 (file_path == "/system/bin/linker" || file_path == "/system/bin/linker64"))
521 DYLDRendezvous::UpdateBaseAddrIfNecessary(SOEntry &entry, std::string const &file_path) argument
525 if (isLoadBiasIncorrect(m_process->GetTarget(), file_path))
573 std::string file_path = ReadStringFromMemory(entry.path_addr);
574 entry.file_spec.SetFile(file_path, false);
576 UpdateBaseAddrIfNecessary(entry, file_path);
H A DDYLDRendezvous.h272 UpdateBaseAddrIfNecessary(SOEntry &entry, std::string const &file_path);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc33 static bool GetPathAssumingFileIsRelativeToExec(const char *file_path, argument
42 internal_strncat(new_file_path, file_path,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drev_file.c64 const char *file_path; member in struct:set_read_only_baton_t
80 err = svn_io_set_file_read_only(ro_baton->file_path, TRUE, ro_baton->pool);
111 baton->file_path = apr_pstrdup(result_pool, path);
H A Dfs.c386 const char *file_path;
397 file_path = svn_fs_fs__path_current(fs, subpool);
401 SVN_ERR(svn_io_remove_file2(file_path, TRUE, subpool));
402 SVN_ERR(svn_io_file_create_empty(file_path, subpool));
380 const char *file_path; local
H A Drevprops.c555 const char *file_path; local
562 file_path = svn_dirent_join(result->folder,
567 file_path,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c81 const char *file_path; member in struct:set_read_only_baton_t
97 err = svn_io_set_file_read_only(ro_baton->file_path, TRUE, ro_baton->pool);
128 baton->file_path = apr_pstrdup(result_pool, path);
H A Dfs.c433 const char *file_path;
444 file_path = svn_fs_x__path_current(fs, subpool);
448 SVN_ERR(svn_io_remove_file2(file_path, TRUE, subpool));
449 SVN_ERR(svn_io_file_create_empty(file_path, subpool));
427 const char *file_path; local
H A Drevprops.c1047 const char *file_path; local
1054 file_path = svn_dirent_join(result->folder,
1059 file_path,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h514 ResolveSymbolContextForFilePath (const char *file_path,
H A DModule.h856 /// Tries to resolve \a file_path and \a line to a list of matching
866 /// @param[in] file_path
867 /// A path to a source file to match. If \a file_path does not
869 /// whose base filename matches. If \a file_path does specify
896 ResolveSymbolContextForFilePath (const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list);
912 /// A file spec to a source file to match. If \a file_path does
914 /// files whose base filename matches. If \a file_path does
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c383 const char *file_path;
387 SVN_ERR(svn_io_open_unique_file3(&file, &file_path, NULL,
398 SVN_ERR(open_editor(&performed_edit, file_path, b, scratch_pool));
399 *merged_file_path = (performed_edit ? file_path : NULL);
382 const char *file_path; local
/freebsd-11.0-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-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp835 const char *file_path,
842 FileSpec file_spec(file_path, false);
833 ResolveSymbolContextForFilePath( const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list ) const argument
H A DModule.cpp661 const char *file_path,
668 FileSpec file_spec(file_path, false);
659 ResolveSymbolContextForFilePath( const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list ) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp274 const char *file_path = command.GetArgumentAtIndex(0); variable
275 Timer scoped_timer(__PRETTY_FUNCTION__, "(lldb) target create '%s'", file_path);
278 if (file_path)
279 file_spec.SetFile (file_path, true);
289 file_path,
333 if (file_path)
435 result.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->GetArchitecture().GetArchitectureName());
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1752 const char *file_path;
1769 file_path = svn_fspath__join(full_path, name, subpool);
1770 if (! lookup_access(subpool, b, svn_authz_read, file_path, FALSE))
1778 SVN_CMD_ERR(svn_fs_file_length(&entry_size, root, file_path,
1784 SVN_CMD_ERR(svn_fs_node_has_props(&has_props, root, file_path,
1797 file_path,
1751 const char *file_path; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c2044 const char **file_path,
2103 *file_path = apr_pstrdup(result_pool, unique_name);
2033 create_tempfile(HANDLE *hFile, const char **file_path, const char *directory, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4888 std::string file_path = file.GetPath(false); local
4889 if (file_path.empty ())
4894 packet.PutCStringAsRawHex8(file_path.c_str());

Completed in 209 milliseconds