Home
last modified time | relevance | path

Searched refs:_filePath (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/emulators/mess/mame-mame0226/3rdparty/bx/src/
H A Dfile.cpp446 BX_UNUSED(_filePath, _err); in open()
692 BX_UNUSED(_filePath); in open()
806 BX_UNUSED(_filePath); in make()
832 if (stat(fi, _filePath) ) in makeAll()
871 if (stat(fi, _filePath) ) in remove()
883 BX_UNUSED(_filePath); in remove()
902 if (remove(_filePath, _err) ) in removeAll()
911 if (!stat(fi, _filePath) ) in removeAll()
926 if (!bx::open(&dr, _filePath) ) in removeAll()
944 FilePath path(_filePath); in removeAll()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/src/
H A Dfile.cpp446 BX_UNUSED(_filePath, _err); in open()
692 BX_UNUSED(_filePath); in open()
806 BX_UNUSED(_filePath); in make()
832 if (stat(fi, _filePath) ) in makeAll()
871 if (stat(fi, _filePath) ) in remove()
883 BX_UNUSED(_filePath); in remove()
902 if (remove(_filePath, _err) ) in removeAll()
911 if (!stat(fi, _filePath) ) in removeAll()
926 if (!bx::open(&dr, _filePath) ) in removeAll()
944 FilePath path(_filePath); in removeAll()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DtextureIdentifier.cpp44 : _filePath(filePath) in HdStTextureIdentifier()
51 : _filePath(filePath), in HdStTextureIdentifier()
58 : _filePath(textureId._filePath), in HdStTextureIdentifier()
69 _filePath = textureId._filePath; in operator =()
91 _filePath == other._filePath && in operator ==()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/debugging/
H A Dlog_file.cpp39 if (_filePath.IsEmpty()) in PrintMessage()
41 …_file.reset(File::OpenFile(_filePath, _openMode == kLogFile_Append ? Shared::kFile_Create : Shared… in PrintMessage()
44 Debug::Printf("Unable to write log to '%s'.", _filePath.GetCStr()); in PrintMessage()
45 _filePath = ""; in PrintMessage()
65 _filePath = file_path; in OpenFile()
68 return File::TestWriteFile(_filePath); in OpenFile()
79 _filePath.Empty(); in CloseFile()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dfile.h37 virtual bool open(const FilePath& _filePath, Error* _err) override;
63 virtual bool open(const FilePath& _filePath, bool _append, Error* _err) override;
110 virtual bool open(const FilePath& _filePath, Error* _err) override;
123 bool stat(FileInfo& _outFileInfo, const FilePath& _filePath);
127 bool make(const FilePath& _filePath, Error* _err = NULL);
131 bool makeAll(const FilePath& _filePath, Error* _err = NULL);
135 bool remove(const FilePath& _filePath, Error* _err = NULL);
139 bool removeAll(const FilePath& _filePath, Error* _err = NULL);
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dfile.h37 virtual bool open(const FilePath& _filePath, Error* _err) override;
63 virtual bool open(const FilePath& _filePath, bool _append, Error* _err) override;
110 virtual bool open(const FilePath& _filePath, Error* _err) override;
123 bool stat(FileInfo& _outFileInfo, const FilePath& _filePath);
127 bool make(const FilePath& _filePath, Error* _err = NULL);
131 bool makeAll(const FilePath& _filePath, Error* _err = NULL);
135 bool remove(const FilePath& _filePath, Error* _err = NULL);
139 bool removeAll(const FilePath& _filePath, Error* _err = NULL);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/debug/
H A Dlogfile.cpp36 if (_filePath.IsEmpty()) in PrintMessage()
39 …String fp = _filePath; // the file gets reset before reopening, so we need to save filepath in a l… in PrintMessage()
42 Debug::Printf("Unable to write log to '%s'.", _filePath.GetCStr()); in PrintMessage()
43 _filePath = ""; in PrintMessage()
65 _filePath = file_path; in OpenFile()
79 _filePath.Empty(); in CloseFile()
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/
H A DLogger.php44 private static $_filePath; variable in MicrosoftAzure\\Storage\\Common\\Logger
57 error_log($tip . "\n", 3, self::$_filePath);
61 error_log(print_r($var, true), 3, self::$_filePath);
63 error_log($var . "\n", 3, self::$_filePath);
75 self::$_filePath = $filePath;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DPreservationFile.cs60 string _filePath; field in System.Web.Compilation.PreservationFile
75 get { return _filePath; }
76 set { _filePath = value; }
115 this._filePath = filePath; in PreservationFile()
121 if (_filePath == null) in Parse()
123 Parse (_filePath); in Parse()
181 if (_filePath == null) in Save()
183 Save (_filePath); in Save()
/dports/graphics/krita/krita-4.4.8/plugins/python/scripter/document_scripter/
H A Ddocument.py23 self._filePath = filePath
27 self._filePath = filePath
29 with open(self._filePath, 'r') as pythonFile:
33 with open(self._filePath, 'w') as pythonFile:
55 return self._filePath
/dports/multimedia/lms/lms-3.25.2/src/libs/av/impl/
H A DTranscoder.cpp48 , _filePath {filePath}
64 if (!std::filesystem::exists(_filePath)) in start()
65 throw Exception {"File '" + _filePath.string() + "' does not exist!"}; in start()
66 else if (!std::filesystem::is_regular_file( _filePath) ) in start()
67 throw Exception {"File '" + _filePath.string() + "' is not regular!"}; in start()
71 throw Exception {"File error '" + _filePath.string() + "': " + e.what()}; in start()
74 LOG(INFO) << "Transcoding file '" << _filePath.string() << "'"; in start()
99 args.emplace_back(_filePath.string()); in start()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmScript.cs25 private string _filePath = null; field in Mesen.GUI.Debugger.frmScript
271 if(_filePath != null) {
272 return Path.GetFileName(_filePath);
282 txtScriptContent.SaveToFile(_filePath, Encoding.UTF8); in RunScript()
304 if(_filePath != null && txtScriptContent.UndoEnabled) { in SaveScript()
335 _filePath = filePath; in SetFilePath()
361 SaveAs(Path.GetFileName(this._filePath)); in mnuSaveAs_Click()
385 if(_filePath != null && File.Exists(_filePath) && mnuAutoReload.Checked) { in tmrLog_Tick()
390 LoadScriptFile(_filePath, true, true); in tmrLog_Tick()
393 LoadScriptFile(_filePath, true, true); in tmrLog_Tick()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/scripts/
H A Dtemp.bgfx.h93 …void (*fatal)(bgfx_callback_interface_t* _this, const char* _filePath, uint16_t _line, bgfx_fatal_…
94 …void (*trace_vargs)(bgfx_callback_interface_t* _this, const char* _filePath, uint16_t _line, const…
95 …back_interface_t* _this, const char* _name, uint32_t _abgr, const char* _filePath, uint16_t _line);
96 …back_interface_t* _this, const char* _name, uint32_t _abgr, const char* _filePath, uint16_t _line);
101 …void (*screen_shot)(bgfx_callback_interface_t* _this, const char* _filePath, uint32_t _width, uint…
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/scripts/
H A Dtemp.bgfx.h93 …void (*fatal)(bgfx_callback_interface_t* _this, const char* _filePath, uint16_t _line, bgfx_fatal_…
94 …void (*trace_vargs)(bgfx_callback_interface_t* _this, const char* _filePath, uint16_t _line, const…
95 …back_interface_t* _this, const char* _name, uint32_t _abgr, const char* _filePath, uint16_t _line);
96 …back_interface_t* _this, const char* _name, uint32_t _abgr, const char* _filePath, uint16_t _line);
101 …void (*screen_shot)(bgfx_callback_interface_t* _this, const char* _filePath, uint32_t _width, uint…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-bindata/
H A Drestore.go24 err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
28 err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
32 err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
56 func _filePath(dir, name string) string {
/dports/devel/go-bindata/go-bindata-3.1.3/
H A Drestore.go24 err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
28 err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
32 err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
56 func _filePath(dir, name string) string {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/shuLhan/go-bindata/
H A Drestore.go24 err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
28 err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
32 return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
52 func _filePath(dir, name string) string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-bindata/go-bindata/
H A Drestore.go24 err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
28 err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
32 err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
56 func _filePath(dir, name string) string {
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/07-callback/
H A Dcallback.cpp72 void savePng(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _srcPitch, const vo… in savePng() argument
76 if (bx::open(&writer, _filePath, false, &err) ) in savePng()
83 void saveTga(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _srcPitch, const vo… in saveTga() argument
87 if (bx::open(&writer, _filePath, false, &err) ) in saveTga()
100 …virtual void fatal(const char* _filePath, uint16_t _line, bgfx::Fatal::Enum _code, const char* _st… in fatal()
102 BX_UNUSED(_filePath, _line); in fatal()
111 …virtual void traceVargs(const char* _filePath, uint16_t _line, const char* _format, va_list _argLi… in traceVargs()
113 bx::debugPrintf("%s (%d): ", _filePath, _line); in traceVargs()
187 …virtual void screenShot(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _pitch,… in screenShot()
192 bx::snprintf(temp, BX_COUNTOF(temp), "%s.png", _filePath); in screenShot()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/07-callback/
H A Dcallback.cpp72 void savePng(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _srcPitch, const vo… in savePng() argument
76 if (bx::open(&writer, _filePath, false, &err) ) in savePng()
83 void saveTga(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _srcPitch, const vo… in saveTga() argument
87 if (bx::open(&writer, _filePath, false, &err) ) in saveTga()
100 …virtual void fatal(const char* _filePath, uint16_t _line, bgfx::Fatal::Enum _code, const char* _st… in fatal()
102 BX_UNUSED(_filePath, _line); in fatal()
111 …virtual void traceVargs(const char* _filePath, uint16_t _line, const char* _format, va_list _argLi… in traceVargs()
113 bx::debugPrintf("%s (%d): ", _filePath, _line); in traceVargs()
187 …virtual void screenShot(const char* _filePath, uint32_t _width, uint32_t _height, uint32_t _pitch,… in screenShot()
192 bx::snprintf(temp, BX_COUNTOF(temp), "%s.png", _filePath); in screenShot()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DatomicOfstreamWrapper.cpp55 : _filePath(filePath) in TfAtomicOfstreamWrapper()
78 _filePath, &_filePath, &_tmpFilePath, err); in Open()
122 return Tf_AtomicRenameFileOver(_tmpFilePath, _filePath, err); in Commit()
/dports/x11/konsole/konsole-21.12.3/src/filterHotSpots/
H A DFileFilterHotspot.cpp51 , _filePath(filePath) in FileFilterHotSpot()
85 const QRegularExpressionMatch match = re.match(_filePath); in activate()
88 const QString path = _filePath.mid(0, match.capturedStart(0)); in activate()
116 QString path(_filePath); in activate()
177 QGuiApplication::clipboard()->setText(_filePath); in actions()
186 const KFileItem fileItem(QUrl::fromLocalFile(_filePath)); in setupMenu()
314 return KFileItem(QUrl::fromLocalFile(_filePath)); in fileItem()
344 mimeData->setUrls({QUrl::fromLocalFile(_filePath)}); in startDrag()
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/soundfont/editor/
H A Dsoundfontfilecell.cpp66 _filePath = ""; in initialize()
83 _filePath = filePath; in initialize()
99 _filePath = filePath; in fileReplaced()
104 emit(replaced(_id, _filePath)); in on_pushReplace_clicked()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/tools/frequency_peaks/
H A Dtoolfrequencypeaks_parameters.h66 QString getFilePath() { return _filePath; } in Q_DECLARE_METATYPE()
67 void setFilePath(QString filePath) { _filePath = filePath; } in Q_DECLARE_METATYPE()
71 QString _filePath; in Q_DECLARE_METATYPE() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dbgfx_utils.cpp28 if (bx::open(_reader, _filePath) ) in load()
42 DBG("Failed to open: %s.", _filePath); in load()
53 void* load(const char* _filePath, uint32_t* _size) in load() argument
65 if (bx::open(_reader, _filePath) ) in loadMem()
75 DBG("Failed to load %s.", _filePath); in loadMem()
81 if (bx::open(_reader, _filePath) ) in loadMem()
95 DBG("Failed to load %s.", _filePath); in loadMem()
168 void* data = load(_reader, entry::getAllocator(), _filePath, &size); in loadTexture()
226 bgfx::setName(handle, _filePath); in loadTexture()
638 Mesh* meshLoad(const char* _filePath, bool _ramcopy) in meshLoad() argument
[all …]

12345678910>>...19