Home
last modified time | relevance | path

Searched refs:_file_path (Results 1 – 25 of 124) sorted by relevance

12345

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/tracer/loggers/
H A Dlog_file.cpp42 _file_path = std::string(file_log); in LogFile()
44 _file_path = std::string("mfxtracer.log"); in LogFile()
49 size_t pos = _file_path.rfind("."); in LogFile()
51 _file_path.insert(_file_path.length(), strproc_id); in LogFile()
52 else if((_file_path.length() - pos) > std::string(".log").length()) in LogFile()
53 _file_path.insert(_file_path.length(), strproc_id); in LogFile()
55 _file_path.insert(pos, strproc_id); in LogFile()
69 _file.open(_file_path.c_str(), std::ios_base::app); in WriteLog()
96 _file_path = file_path; in SetFilePath()
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/Session/drivers/
H A DSession_files_driver.php70 protected $_file_path; variable in CI_Session_files_driver
149 $this->_file_path = $this->_config['save_path'].DIRECTORY_SEPARATOR
174 $this->_file_new = ! file_exists($this->_file_path.$session_id);
195 chmod($this->_file_path.$session_id, 0600);
321 if (file_exists($this->_file_path.$session_id))
324 return unlink($this->_file_path.$session_id)
331 elseif ($this->_file_path !== NULL)
334 if (file_exists($this->_file_path.$session_id))
337 return unlink($this->_file_path.$session_id)
409 $result = is_file($this->_file_path.$id);
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/datacore/
H A Dpasswd.py35 self._file_path = file_path
48 file_dir = os.path.dirname(self._file_path)
52 if not os.path.isfile(self._file_path):
53 open(self._file_path, 'w').close()
54 os.chmod(self._file_path, stat.S_IRUSR | stat.S_IWUSR)
58 self._file = open(self._file_path, 'r+')
68 if os.stat(self._file_path).st_size != 0:
71 msg = _('File %s has a malformed format.') % self._file_path
105 self._file_path = file_path
117 'datacore-password_storage-' + self._file_path, external=True)
[all …]
/dports/www/py-wsgidav/WsgiDAV-3.1.0/wsgidav/
H A Dfs_dav_provider.py45 self._file_path = file_path
46 self.file_stat = os.stat(self._file_path)
65 return util.get_etag(self._file_path)
106 os.unlink(self._file_path)
117 shutil.copy2(self._file_path, fpDest)
147 shutil.move(self._file_path, fpDest)
179 self._file_path = file_path
181 self.file_stat = os.stat(self._file_path)
216 assert compat.is_unicode(self._file_path)
219 for name in os.listdir(self._file_path):
[all …]
/dports/www/py-seafdav/seafdav-8.0.7-server/wsgidav/
H A Dfs_dav_provider.py46 self._file_path = file_path
47 self.file_stat = os.stat(self._file_path)
66 return util.get_etag(self._file_path)
107 os.unlink(self._file_path)
118 shutil.copy2(self._file_path, fpDest)
148 shutil.move(self._file_path, fpDest)
180 self._file_path = file_path
182 self.file_stat = os.stat(self._file_path)
217 assert compat.is_unicode(self._file_path)
218 for name in os.listdir(self._file_path):
[all …]
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/Session/drivers/
H A DSession_files_driver.php70 protected $_file_path; variable in CI_Session_files_driver
147 $this->_file_path = $this->_config['save_path'].DIRECTORY_SEPARATOR
172 $this->_file_new = ! file_exists($this->_file_path.$session_id);
193 chmod($this->_file_path.$session_id, 0600);
250 return ( ! $this->_file_new && ! touch($this->_file_path.$session_id))
319 if (file_exists($this->_file_path.$session_id))
322 return unlink($this->_file_path.$session_id)
329 elseif ($this->_file_path !== NULL)
332 if (file_exists($this->_file_path.$session_id))
335 return unlink($this->_file_path.$session_id)
[all …]
/dports/sysutils/solaar/Solaar-1.0.1/lib/solaar/
H A Dconfiguration.py29 _file_path = _path.join(_XDG_CONFIG_HOME, 'solaar', 'config.json') variable
40 if _path.isfile(_file_path):
43 with open(_file_path, 'r') as config_file:
46 _log.error("failed to load from %s", _file_path)
65 dirname = _os.path.dirname(_file_path)
76 with open(_file_path, 'w') as config_file:
80 _log.info("saved %s to %s", _configuration, _file_path)
83 _log.error("failed to save to %s", _file_path)
/dports/textproc/py-python-xmp-toolkit/python-xmp-toolkit-2.0.1/libxmp/
H A Dfiles.py72 self._file_path = None
84 if self._file_path is None:
88 msg = msg.format(self._file_path)
113 if self._file_path != None:
117 self._file_path = file_path
131 self._file_path = None
/dports/www/fswiki/wiki3_6_2/lib/CGI/Session/
H A DFile.pm23 unless ( sysopen (FH, $self->{_file_path}, O_RDWR|O_CREAT|O_TRUNC, 0644) ) {
46 unless ( -e $self->{_file_path} ) {
50 unless ( sysopen(FH, $self->{_file_path}, O_RDONLY) ) {
71 unless ( unlink ( $self->{_file_path} ) ) {
94 $self->{_file_path} = $path;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/checkers/
H A Dpng.py35 self._file_path = file_path
41 if self._fs.exists(self._file_path) and self._file_path.endswith('-expected.png'):
42 with self._fs.open_binary_file_for_reading(self._file_path) as filehandle:
H A Dpython.py42 self._file_path = file_path
52 pep8.process_options(arglist=[self._file_path])
54 pep8_checker = pep8.Checker(self._file_path)
71 output = self.run_pylint(self._file_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_utils/py_utils/refactor/
H A Dmodule.py11 self._file_path = file_path
13 with open(self._file_path, 'r') as f:
18 return self._file_path
38 with open(self._file_path, 'w') as f:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_utils/py_utils/refactor/
H A Dmodule.py11 self._file_path = file_path
13 with open(self._file_path, 'r') as f:
18 return self._file_path
38 with open(self._file_path, 'w') as f:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/
H A Derror_handlers.py75 self._file_path = file_path
89 if self._file_path != other._file_path:
139 file_path=self._file_path):
152 file_path=self._file_path,
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Dlistener.h36 const std::string& _file_path, int _job_id) in FileCreationBriefInfo()
39 file_path(_file_path), in FileCreationBriefInfo()
76 const std::string& _file_path, int _job_id, in BlobFileCreationBriefInfo()
78 : FileCreationBriefInfo(_db_name, _cf_name, _file_path, _job_id), in BlobFileCreationBriefInfo()
86 const std::string& _file_path, int _job_id, in BlobFileCreationInfo()
91 : BlobFileCreationBriefInfo(_db_name, _cf_name, _file_path, _job_id, in BlobFileCreationInfo()
207 FileDeletionInfo(const std::string& _db_name, const std::string& _file_path, in FileDeletionInfo()
210 file_path(_file_path), in FileDeletionInfo()
227 const std::string& _file_path, int _job_id, in BlobFileDeletionInfo()
229 : FileDeletionInfo(_db_name, _file_path, _job_id, _status) {} in BlobFileDeletionInfo()
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Dlistener.h36 const std::string& _file_path, int _job_id) in FileCreationBriefInfo()
39 file_path(_file_path), in FileCreationBriefInfo()
76 const std::string& _file_path, int _job_id, in BlobFileCreationBriefInfo()
78 : FileCreationBriefInfo(_db_name, _cf_name, _file_path, _job_id), in BlobFileCreationBriefInfo()
86 const std::string& _file_path, int _job_id, in BlobFileCreationInfo()
91 : BlobFileCreationBriefInfo(_db_name, _cf_name, _file_path, _job_id, in BlobFileCreationInfo()
207 FileDeletionInfo(const std::string& _db_name, const std::string& _file_path, in FileDeletionInfo()
210 file_path(_file_path), in FileDeletionInfo()
227 const std::string& _file_path, int _job_id, in BlobFileDeletionInfo()
229 : FileDeletionInfo(_db_name, _file_path, _job_id, _status) {} in BlobFileDeletionInfo()
/dports/www/p5-PHP-Session/PHP-Session-0.27/lib/PHP/
H A DSession.pm83 my $handle = FileHandle->new("> " . $self->_file_path)
93 unlink $self->_file_path;
120 _croak($self->_file_path, ": $!");
132 sub _file_path { subroutine
140 my $handle = FileHandle->new($self->_file_path) or return;
/dports/devel/py-filedepot/filedepot-0.8.0/depot/io/
H A Dlocal.py23 self._file_path = _file_path(local_path)
50 self._file = open(self._file_path, 'rb')
57 self._file = open(self._file_path, 'rb')
87 saved_file_path = _file_path(local_file_path)
164 def _file_path(local_path): function
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dfunction.config_load.php66 $_file_path = $_config_dir . DIRECTORY_SEPARATOR . $_file;
68 $_compile_file = $smarty->_get_compile_path($_file_path.'|'.$_section);
70 $_compile_file = $smarty->_get_compile_path($_file_path);
75 && !$smarty->_is_compiled($_file_path, $_compile_file))) {
93 …> $_compile_file, 'compiled_content' => $_output, 'resource_timestamp' => filemtime($_file_path)));
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpsFileBackedVirtualspace.cpp31_file_path(path), _fd(-1), _mapping_succeeded(false) { in PSFileBackedVirtualSpace()
36 _fd = os::create_file_for_heap(_file_path); in initialize()
79 _file_path = NULL; in release()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/parallel/
H A DpsFileBackedVirtualspace.cpp31_file_path(path), _fd(-1), _mapping_succeeded(false) { in PSFileBackedVirtualSpace()
36 _fd = os::create_file_for_heap(_file_path); in initialize()
79 _file_path = NULL; in release()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsFileBackedVirtualspace.cpp31_file_path(path), _fd(-1), _mapping_succeeded(false) { in PSFileBackedVirtualSpace()
36 _fd = os::create_file_for_heap(_file_path); in initialize()
79 _file_path = NULL; in release()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpsFileBackedVirtualspace.cpp31_file_path(path), _fd(-1), _mapping_succeeded(false) { in PSFileBackedVirtualSpace()
36 _fd = os::create_file_for_heap(_file_path); in initialize()
83 _file_path = NULL; in release()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dresource_sizes.gni61 _file_path = "$root_out_dir/apks/${invoker.apk_name}.apk"
64 _file_path = invoker.file_path
66 data += [ _file_path ]
67 _rebased_file_path = rebase_path(_file_path, root_build_dir)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dresource_sizes.gni61 _file_path = "$root_out_dir/apks/${invoker.apk_name}.apk"
64 _file_path = invoker.file_path
66 data += [ _file_path ]
67 _rebased_file_path = rebase_path(_file_path, root_build_dir)

12345