Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 16 of 16) sorted by relevance

/trueos/tools/tools/nanobsd/Files/root/
HDsave_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
/trueos/tools/regression/security/open_to_operation/
HDopen_to_operation.c1074 char dir_path[PATH_MAX], file_path[PATH_MAX]; in main() local
1093 strlcpy(file_path, "/tmp/open-file.XXXXXXXXXXX", sizeof(file_path)); in main()
1094 fd = mkstemp(file_path); in main()
1101 if (chmod(file_path, PERM_FILE) < 0) { in main()
1102 warn("chmod %s", file_path); in main()
1103 (void)unlink(file_path); in main()
1110 check_dup("check_dup_file", file_path, file_modes, file_modes_count); in main()
1113 check_dup2("check_dup2_file", file_path, file_modes, in main()
1120 check_fchflags("check_fchflags_file", file_path, file_modes, in main()
1125 check_fchmod("check_fchmod_file", file_path, PERM_FILE, file_modes, in main()
[all …]
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBDeclaration.cpp190 char file_path[PATH_MAX*2]; in GetDescription() local
191 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path)); in GetDescription()
192 strm.Printf ("%s:%u", file_path, GetLine()); in GetDescription()
HDSBLineEntry.cpp234 char file_path[PATH_MAX*2]; in GetDescription() local
235 m_opaque_ap->file.GetPath (file_path, sizeof (file_path)); in GetDescription()
236 strm.Printf ("%s:%u", file_path, GetLine()); in GetDescription()
/trueos/contrib/serf/buckets/
HDfile_buckets.c45 const char *file_path; in serf_bucket_file_create() local
54 apr_file_name_get(&file_path, file); in serf_bucket_file_create()
55 apr_stat(&finfo, file_path, APR_FINFO_SIZE, in serf_bucket_file_create()
HDssl_buckets.c1432 const char *file_path, in serf_ssl_load_cert_file() argument
1435 FILE *fp = fopen(file_path, "r"); in serf_ssl_load_cert_file()
/trueos/contrib/subversion/subversion/svn/
HDconflict-callbacks.c369 const char *file_path; in edit_prop_conflict() local
373 SVN_ERR(svn_io_open_unique_file3(&file, &file_path, NULL, in edit_prop_conflict()
381 SVN_ERR(open_editor(&performed_edit, file_path, b, scratch_pool)); in edit_prop_conflict()
382 *merged_file_path = (performed_edit ? file_path : NULL); in edit_prop_conflict()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h499 ResolveSymbolContextForFilePath (const char *file_path,
HDModule.h860 …ResolveSymbolContextForFilePath (const char *file_path, uint32_t line, bool check_inlines, uint32_…
/trueos/contrib/serf/
HDserf_bucket_types.h613 const char *file_path,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModuleList.cpp790 const char *file_path, in ResolveSymbolContextForFilePath() argument
797 FileSpec file_spec(file_path, false); in ResolveSymbolContextForFilePath()
HDModule.cpp583 const char *file_path, in ResolveSymbolContextForFilePath() argument
590 FileSpec file_spec(file_path, false); in ResolveSymbolContextForFilePath()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp248 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute() local
249 Timer scoped_timer(__PRETTY_FUNCTION__, "(lldb) target create '%s'", file_path); in DoExecute()
252 if (file_path) in DoExecute()
253 file_spec.SetFile (file_path, true); in DoExecute()
288 if (file_path) in DoExecute()
314 file_path, in DoExecute()
390 …sult.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->GetA… in DoExecute()
/trueos/contrib/subversion/subversion/svnserve/
HDserve.c1733 const char *file_path; in get_dir() local
1750 file_path = svn_fspath__join(full_path, name, subpool); in get_dir()
1752 file_path, FALSE)) in get_dir()
1760 SVN_CMD_ERR(svn_fs_file_length(&entry_size, root, file_path, in get_dir()
1768 SVN_CMD_ERR(svn_fs_node_proplist(&file_props, root, file_path, in get_dir()
1782 file_path, in get_dir()
/trueos/contrib/gcclibs/libiberty/testsuite/
HDdemangle-expected3633 bool std::operator< <file_path, std::string>(std::pair<file_path, std::string> const&, std::pair<fi…
3634 std::operator< <file_path, std::string>
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDfs_fs.c3861 const char *file_path; in read_pack_revprop() local
3867 file_path = svn_dirent_join(result->folder, in read_pack_revprop()
3872 file_path, in read_pack_revprop()