Home
last modified time | relevance | path

Searched refs:finalpath (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/build/
H A Drelease.py70 finalpath = rootpath + '/out/Release/sources.tar'
71 if os.path.exists(finalpath):
72 os.remove(finalpath)
73 if os.path.exists(finalpath + '.gz'):
74 os.remove(finalpath + '.gz')
78 os.remove(finalpath)
93 os.remove(finalpath)
97 os.remove(finalpath)
103 if (call(('gzip -9 ' + finalpath).split()) != 0):
104 os.remove(finalpath)
[all …]
/dports/mail/astroid/astroid-0.15/src/utils/
H A Dresource.cc37 finalpath = local_p; in Resource()
44 finalpath = user_p; in Resource()
52 finalpath = local_p; in Resource()
56 finalpath = prefix_p; in Resource()
66 finalpath = prefix_p; in Resource()
78 return finalpath; in get_path()
H A Dresource.hh25 path finalpath; member in Astroid::Resource
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dspoolutil.c159 char *const finalpath, in OpenSpoolFile() argument
179 memset(finalpath, 0, fpsize); in OpenSpoolFile()
187 if ((fp = _fsopen(finalpath, FOPEN_READ_TEXT, _SH_DENYNO)) != NULL) in OpenSpoolFile()
189 if ((fp = fopen(finalpath, "r")) != NULL) in OpenSpoolFile()
201 if ((fp = _fsopen(finalpath, FOPEN_READ_TEXT, _SH_DENYNO)) != NULL) in OpenSpoolFile()
203 if ((fp = fopen(finalpath, "r")) != NULL) in OpenSpoolFile()
452 char *const finalpath argument
467 …if ((initialpath != NULL) && (initialpath[0] != '\0') && (finalpath != NULL) && (finalpath[0] != '…
468 if (rename(initialpath, finalpath) < 0) {
529 char finalpath[256]; local
[all …]
H A Dspool.h29 char *const finalpath,
74 …poolFileAndRename(FILE *const fp, FILE *const efp, char *const initialpath, char *const finalpath);
/dports/astro/gpsbabel14/gpsbabel-1.4.4/gui/
H A Dgpsbabelfe36 finalpath=`FollowSymLinks "$0"`
37 LD_LIBRARY_PATH=`dirname "$finalpath"`:${LD_LIBRARY_PATH}
40 if [ -x "${finalpath}-bin" ]; then
42 exec "${finalpath}-bin" "$@"
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/java/org/apache/hadoop/registry/client/binding/
H A DRegistryPathUtils.java132 String finalpath = fullpath.toString(); in join() local
133 if (finalpath.endsWith("/") && !"/".equals(finalpath)) { in join()
134 finalpath = finalpath.substring(0, finalpath.length() - 1); in join()
137 return finalpath; in join()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/headers/
H A Dfile_op.h32 int MergeFiles(const char *finalpath, char **files) __attribute__((nonnull));
34 int MergeAppendFile(const char *finalpath, const char *files) __attribute__((nonnull(1)));
36 int UnmergeFiles(const char *finalpath, const char *optdir) __attribute__((nonnull(1)));
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/headers/
H A Dfile_op.h32 int MergeFiles(const char *finalpath, char **files) __attribute__((nonnull));
34 int MergeAppendFile(const char *finalpath, const char *files) __attribute__((nonnull(1)));
36 int UnmergeFiles(const char *finalpath, const char *optdir) __attribute__((nonnull(1)));
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/headers/
H A Dfile_op.h32 int MergeFiles(const char *finalpath, char **files) __attribute__((nonnull));
34 int MergeAppendFile(const char *finalpath, const char *files) __attribute__((nonnull(1)));
36 int UnmergeFiles(const char *finalpath, const char *optdir) __attribute__((nonnull(1)));
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhextelt.c1317 if (!(finalpath=HDmalloc(MAX_PATH_LEN))) in HXIbuildfilename()
1325 ret_value = (HDstrcpy(finalpath, fname)); in HXIbuildfilename()
1355 ret_value = (HDstrcpy(finalpath, fname)); in HXIbuildfilename()
1363 ret_value = (HDstrcpy(finalpath, fname)); in HXIbuildfilename()
1386 path_pt = finalpath; in HXIbuildfilename()
1403 ret_value = finalpath; in HXIbuildfilename()
1415 path_pt = finalpath; in HXIbuildfilename()
1432 ret_value = finalpath; in HXIbuildfilename()
1455 HDfree(finalpath); in HXIbuildfilename()
1462 if (finalpath != NULL) in HXIbuildfilename()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx51 std::string finalpath; in StartElement() local
80 finalpath = cmStrCat(filePath, "/", filename); in StartElement()
81 if (cmSystemTools::FileExists(finalpath)) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx51 std::string finalpath; in StartElement() local
80 finalpath = cmStrCat(filePath, "/", filename); in StartElement()
81 if (cmSystemTools::FileExists(finalpath)) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx51 std::string finalpath; in StartElement() local
80 finalpath = cmStrCat(filePath, "/", filename); in StartElement()
81 if (cmSystemTools::FileExists(finalpath)) { in StartElement()
82 this->CurFileName = finalpath; in StartElement()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/postprocessor/
H A Dmovefilesafterdownload.py27 finalpath = os.path.join(finaldir, dl_name)
29 info['__files_to_move'][info['filepath']] = decodeFilename(finalpath)
53 info['filepath'] = finalpath
/dports/www/moodle311/moodle/lib/classes/content/export/
H A Dzipwriter.php354 $finalpath = implode(DIRECTORY_SEPARATOR, $path);
357 $finalpath = str_replace('./', '/', $finalpath);
360 $finalpath = str_replace('//', '/', $finalpath);
363 ltrim($finalpath, '/');
365 return $this->sanitise_filename($finalpath);
/dports/www/moodle310/moodle/lib/classes/content/export/
H A Dzipwriter.php354 $finalpath = implode(DIRECTORY_SEPARATOR, $path);
357 $finalpath = str_replace('./', '/', $finalpath);
360 $finalpath = str_replace('//', '/', $finalpath);
363 ltrim($finalpath, '/');
365 return $this->sanitise_filename($finalpath);
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dtest_preview.pro28 pro find_in_path, file, finalpath, count, crash_on_error=crash
48 finalpath = findfile(fullpath,count=count)
57 finalpath = fullpath
88 find_in_path, prevdef,finalpath,count,crash_on_error=crash
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dfile_op.c418 int UnmergeFiles(const char *finalpath, const char *optdir) in UnmergeFiles() argument
428 finalfp = fopen(finalpath, "r"); in UnmergeFiles()
431 __local_name, finalpath); in UnmergeFiles()
513 int MergeAppendFile(const char *finalpath, const char *files) in MergeAppendFile() argument
524 finalfp = fopen(finalpath, "w"); in MergeAppendFile()
527 __local_name, finalpath); in MergeAppendFile()
535 finalfp = fopen(finalpath, "a"); in MergeAppendFile()
538 __local_name, finalpath); in MergeAppendFile()
573 int MergeFiles(const char *finalpath, char **files) in MergeFiles() argument
584 finalfp = fopen(finalpath, "w"); in MergeFiles()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dfile_op.c418 int UnmergeFiles(const char *finalpath, const char *optdir) in UnmergeFiles() argument
428 finalfp = fopen(finalpath, "r"); in UnmergeFiles()
431 __local_name, finalpath); in UnmergeFiles()
513 int MergeAppendFile(const char *finalpath, const char *files) in MergeAppendFile() argument
524 finalfp = fopen(finalpath, "w"); in MergeAppendFile()
527 __local_name, finalpath); in MergeAppendFile()
535 finalfp = fopen(finalpath, "a"); in MergeAppendFile()
538 __local_name, finalpath); in MergeAppendFile()
573 int MergeFiles(const char *finalpath, char **files) in MergeFiles() argument
584 finalfp = fopen(finalpath, "w"); in MergeFiles()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dfile_op.c418 int UnmergeFiles(const char *finalpath, const char *optdir) in UnmergeFiles() argument
428 finalfp = fopen(finalpath, "r"); in UnmergeFiles()
431 __local_name, finalpath); in UnmergeFiles()
513 int MergeAppendFile(const char *finalpath, const char *files) in MergeAppendFile() argument
524 finalfp = fopen(finalpath, "w"); in MergeAppendFile()
527 __local_name, finalpath); in MergeAppendFile()
535 finalfp = fopen(finalpath, "a"); in MergeAppendFile()
538 __local_name, finalpath); in MergeAppendFile()
573 int MergeFiles(const char *finalpath, char **files) in MergeFiles() argument
584 finalfp = fopen(finalpath, "w"); in MergeFiles()
[all …]
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsendlib.h48 … struct Email *e, const char *msgid, bool post, const char *fcc, char **finalpath, struct ConfigSu…
49 …*path, struct Email *e, const char *msgid, bool post, char *fcc, char **finalpath, struct ConfigSu…
/dports/games/openfodder/openfodder-1.6.0/Source/
H A DScriptingEngine.cpp422 auto finalpath = g_ResourceMan->GetScriptPath(pFolder); in scriptsLoadFolder() local
423 auto scripts = g_ResourceMan->DirectoryList(finalpath, "js"); in scriptsLoadFolder()
428 auto script = g_ResourceMan->FileReadStr(finalpath + scriptFile); in scriptsLoadFolder()
431 g_Debugger->Error(finalpath + scriptFile + " Failed to execute"); in scriptsLoadFolder()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dinit.php615 $finalpath = $root.implode('/', $newpath);
618 if($exists && !defined('DOKU_UNITTEST') && !file_exists($finalpath)) {
621 return $finalpath;
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dconfig.c263 _cleanup_free_ char *finalpath = config_path(name); in config_write_buffer() local
267 xasprintf(&tempname, "%s.XXXXXX", finalpath); in config_write_buffer()
278 if (rename(tempname, finalpath) < 0) in config_write_buffer()

12