Home
last modified time | relevance | path

Searched refs:_fullpath (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/sysutils/bastille/bastille-00d9e03/usr/local/share/bastille/
H A Dmount.sh96 _fullpath="${bastille_jailsdir}/${_jail}/root/${_jailpath}"
97 _fstab_entry="${_hostpath} ${_fullpath} ${_type} ${_perms} ${_checks}"
100 if [ ! -d "${_fullpath}" ]; then
101 if ! mkdir -p "${_fullpath}"; then
107 …if ! egrep -q "[[:blank:]]${_fullpath}[[:blank:]]" "${bastille_jailsdir}/${_jail}/fstab" 2> /dev/n…
114 egrep "[[:blank:]]${_fullpath}[[:blank:]]" "${bastille_jailsdir}/${_jail}/fstab"
/dports/devel/pear-Horde_Prefs/Horde_Prefs-2.9.0/lib/Horde/Prefs/Storage/
H A DFile.php39 protected $_fullpath; variable in Horde_Prefs_Storage_File
64 …$this->_fullpath = $this->_params['directory'] . '/' . basename($this->_params['user']) . '.prefs';
97 if (!file_exists($this->_fullpath)) {
104 $this->_fileCache = @unserialize(file_get_contents($this->_fullpath));
146 (@rename($tmp_file, $this->_fullpath) === false)) {
147 … throw new Horde_Prefs_Exception(sprintf('Write of preferences to %s failed', $this->_fullpath));
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/tests/
H A Dtest_readwrite.py10 def _fullpath(name): function
16 davis = readwrite.read_pajek(_fullpath("../networks/davis.net"))
29 net = readwrite.read_pajek(_fullpath("../networks/leu_by_genesets.net"))
46 net = readwrite.read_pajek(_fullpath("../networks/leu_by_genesets.net"))
59 net = readwrite.read_pajek(_fullpath("../networks/leu_by_genesets.net"))
65 net = readwrite.read_pajek(_fullpath("test-arcslist.net"))
/dports/databases/timescaledb/timescaledb-2.5.1/cmake/
H A DGitCommands.cmake58 set(_fullpath "${CMAKE_BINARY_DIR}/v${_git_get_VERSION}/${_relpath}") variable
59 get_filename_component(_dirname ${_fullpath} DIRECTORY)
68 OUTPUT_FILE "${_fullpath}.part"
80 file(RENAME "${_fullpath}.part" "${_fullpath}")
81 list(APPEND _result_files "${_fullpath}")
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A D_projectrefs.py51 self._fullpath = os.path.join(directory, base_name)
66 … self._toplevel_node = _yaml.load(self._fullpath, shortname=self._base_name, copy_tree=True)
98 _yaml.dump(self._toplevel_save, self._fullpath)
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DSLint.cpp198 std::wstring _fullpath; in getFullPath() local
205 _fullpath = std::wstring(fullpath); in getFullPath()
209 _fullpath = std::wstring(expandedPath); in getFullPath()
214 return _fullpath; in getFullPath()
/dports/science/lammps/lammps-stable_29Sep2021/cmake/Modules/
H A DFindN2P2.cmake8 get_filename_component(_fullpath "${LAMMPS_LIB_SOURCE_DIR}/hdnnp/n2p2" REALPATH)
9 if (EXISTS ${_fullpath})
10 set(N2P2_DIR "${_fullpath}")
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A D_datasource.py582 def _fullpath(self, path): member in Repository
593 return DataSource._findfile(self, self._fullpath(path))
616 return DataSource.abspath(self, self._fullpath(path))
650 return DataSource.exists(self, self._fullpath(path))
681 return DataSource.open(self, self._fullpath(path), mode,
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dtchar.h88 #define _tfullpath _fullpath
102 #define _fullpath(longname, shortname, len) realpath(shortname, longname) macro
138 #define _fullpath(longname, shortname, len) realpath(shortname, longname) macro
/dports/databases/kexi/kexi-3.2.0/cmake/modules/
H A DKexiMacros.cmake209 set(_fullpath ${_path}) variable
211 set(_fullpath ${CMAKE_CURRENT_SOURCE_DIR}/${_path}) variable
213 if(NOT EXISTS ${_fullpath})
214 message(FATAL_ERROR "File or directory \"${_fullpath}\" does not exist")
218 set(_command "${kexi_chmod_program}" +R "${_fullpath}")
220 set(_command "${kexi_chmod_program}" a-w "${_fullpath}")
/dports/www/mod_webkit/w4py-1.2.3/PSP/
H A DContext.py90 self._fullpath = pspfile
137 return self._fullpath
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h192 …& _result, const std::wstring& _folder, bool _recursive, const std::wstring& _mask, bool _fullpath) in scanFolder() argument
204 if (_fullpath) in scanFolder()
219 scanFolder(_result, folder + item->name, _recursive, _mask, _fullpath); in scanFolder()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h192 …& _result, const std::wstring& _folder, bool _recursive, const std::wstring& _mask, bool _fullpath) in scanFolder() argument
204 if (_fullpath) in scanFolder()
219 scanFolder(_result, folder + item->name, _recursive, _mask, _fullpath); in scanFolder()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h192 …& _result, const std::wstring& _folder, bool _recursive, const std::wstring& _mask, bool _fullpath) in scanFolder() argument
204 if (_fullpath) in scanFolder()
219 scanFolder(_result, folder + item->name, _recursive, _mask, _fullpath); in scanFolder()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h192 …& _result, const std::wstring& _folder, bool _recursive, const std::wstring& _mask, bool _fullpath) in scanFolder() argument
204 if (_fullpath) in scanFolder()
219 scanFolder(_result, folder + item->name, _recursive, _mask, _fullpath); in scanFolder()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreDataManager.cpp83 const VectorString& OgreDataManager::getDataListNames(const std::string& _pattern, bool _fullpath) in getDataListNames() argument
132 result.push_back(_fullpath ? fi->archive->getName() + "/" + fi->filename : fi->filename); in getDataListNames()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreDataManager.cpp83 const VectorString& OgreDataManager::getDataListNames(const std::string& _pattern, bool _fullpath) in getDataListNames() argument
132 result.push_back(_fullpath ? fi->archive->getName() + "/" + fi->filename : fi->filename); in getDataListNames()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreDataManager.cpp83 const VectorString& OgreDataManager::getDataListNames(const std::string& _pattern, bool _fullpath) in getDataListNames() argument
132 result.push_back(_fullpath ? fi->archive->getName() + "/" + fi->filename : fi->filename); in getDataListNames()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Platforms/Ogre/OgrePlatform/src/
H A DMyGUI_OgreDataManager.cpp83 const VectorString& OgreDataManager::getDataListNames(const std::string& _pattern, bool _fullpath) in getDataListNames() argument
132 result.push_back(_fullpath ? fi->archive->getName() + "/" + fi->filename : fi->filename); in getDataListNames()
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/util/
H A Drealpath.c27 return _fullpath(resolved_path, path, _MAX_PATH); in realpath()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/
H A Dtail_scan_win32.c70 if (_fullpath(path, target, MAX_PATH) == NULL) {
221 if (_fullpath(buf, tmp, len) == NULL) {
/dports/games/libretro-snes9x/snes9x-73aa348/shaders/
H A Dshader_platform.h28 #define realpath(src, resolved) _fullpath(resolved, src, PATH_MAX)
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Drealpath.c80 else if( (retname = _fullpath( retname, name, _MAX_PATH )) == NULL ) in realpath()
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dmap_if.py42 self._fullpath = None
117 if self._fullpath:
118 return self._fullpath
121 self._fullpath = '/' + self.path
122 return self._fullpath
124 self._fullpath = parent_path + '/' + self.path
125 return self._fullpath
1379 if self._fullpath:
1380 return self._fullpath
1384 self._fullpath = parent_path + '/' + self.id
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/FWIN/
H A Dfile-op.c265 fullname = _fullpath(NULL, path, 0); /* �ե�����̾��������� */ in osd_fopen()
772 if (_fullpath(resolved_path, path, size) != NULL) { in osd_path_normalize()
966 *dir = _fullpath(NULL, s, 0); in set_dir()
983 *dir = _fullpath(NULL, s, 0); in set_dir()
1020 dir_home = _fullpath(NULL, s, 0); in osd_file_config_init()

12345678910>>...19