Home
last modified time | relevance | path

Searched refs:objectFilePath (Results 1 – 12 of 12) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/backend/s3afero/
H A Dsingle.go301 objectFilePath := filepath.FromSlash(objectName)
302 objectDir := filepath.Dir(objectFilePath)
310 f, err := db.fs.Create(objectFilePath)
338 stat, err := db.fs.Stat(objectFilePath)
H A Dmulti.go395 objectFilePath := filepath.FromSlash(objectPath)
396 objectDir := filepath.Dir(objectFilePath)
404 f, err := db.bucketFs.Create(objectFilePath)
431 stat, err := db.bucketFs.Stat(objectFilePath)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/backend/s3afero/
H A Dsingle.go301 objectFilePath := filepath.FromSlash(objectName)
302 objectDir := filepath.Dir(objectFilePath)
310 f, err := db.fs.Create(objectFilePath)
338 stat, err := db.fs.Stat(objectFilePath)
H A Dmulti.go395 objectFilePath := filepath.FromSlash(objectPath)
396 objectDir := filepath.Dir(objectFilePath)
404 f, err := db.bucketFs.Create(objectFilePath)
431 stat, err := db.bucketFs.Stat(objectFilePath)
/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Dmainwindow.cpp84 …const QString objectFilePath = QString(Config::General::dataPath) + QDir::separator() + QString(Co… in MainWindow() local
85 loadObjectModels(objectFilePath); in MainWindow()
232 bool MainWindow::loadObjectModels(QString objectFilePath) in loadObjectModels() argument
234 if (m_objectModelLoader->load(objectFilePath)) in loadObjectModels()
241 const QString msg = tr("ERROR!!: Cannot load objects from '") + objectFilePath + tr("'"); in loadObjectModels()
H A Dmainwindow.hpp129 bool loadObjectModels(QString objectFilePath);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DObjectWriter.cs81 private static extern IntPtr InitObjWriter(string objectFilePath); in InitObjWriter() argument
792 public ObjectWriter(string objectFilePath, NodeFactory factory) in ObjectWriter() argument
794 _nativeObjectWriter = InitObjWriter(objectFilePath); in ObjectWriter()
868 …public static void EmitObject(string objectFilePath, IEnumerable<DependencyNode> nodes, NodeFactor… in EmitObject() argument
870 ObjectWriter objectWriter = new ObjectWriter(objectFilePath, factory); in EmitObject()
1089 File.Delete(objectFilePath); in EmitObject()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.WebAssembly/src/CodeGen/
H A DWebAssemblyObjectWriter.cs616 …public WebAssemblyObjectWriter(string objectFilePath, NodeFactory factory, WebAssemblyCodegenCompi… in WebAssemblyObjectWriter() argument
619 _objectFilePath = objectFilePath; in WebAssemblyObjectWriter()
695 …public static void EmitObject(string objectFilePath, IEnumerable<DependencyNode> nodes, NodeFactor… in EmitObject() argument
697 …WebAssemblyObjectWriter objectWriter = new WebAssemblyObjectWriter(objectFilePath, factory, compil… in EmitObject()
855 File.Delete(objectFilePath); in EmitObject()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmNinjaTargetGenerator.cxx1601 std::string const objectFilePath = in EmitSwiftDependencyInfo() local
1603 std::string const swiftDepsPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1607 return cmStrCat(objectFilePath, ".swiftdeps"); in EmitSwiftDependencyInfo()
1609 std::string const swiftDiaPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1613 return cmStrCat(objectFilePath, ".dia"); in EmitSwiftDependencyInfo()
1636 entry["object"] = objectFilePath; in EmitSwiftDependencyInfo()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmNinjaTargetGenerator.cxx1601 std::string const objectFilePath = in EmitSwiftDependencyInfo() local
1603 std::string const swiftDepsPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1607 return cmStrCat(objectFilePath, ".swiftdeps"); in EmitSwiftDependencyInfo()
1609 std::string const swiftDiaPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1613 return cmStrCat(objectFilePath, ".dia"); in EmitSwiftDependencyInfo()
1636 entry["object"] = objectFilePath; in EmitSwiftDependencyInfo()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmNinjaTargetGenerator.cxx1601 std::string const objectFilePath = in EmitSwiftDependencyInfo() local
1603 std::string const swiftDepsPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1607 return cmStrCat(objectFilePath, ".swiftdeps"); in EmitSwiftDependencyInfo()
1609 std::string const swiftDiaPath = [source, objectFilePath]() -> std::string { in EmitSwiftDependencyInfo()
1613 return cmStrCat(objectFilePath, ".dia"); in EmitSwiftDependencyInfo()
1636 entry["object"] = objectFilePath; in EmitSwiftDependencyInfo()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/clcache/clcache/
H A Dcaching.py441 if artifacts.objectFilePath is not None:
445 copyOrLink(artifacts.objectFilePath, dstFilePath, True)
1642 artifacts.objectFilePath, cachekey
1648 size = os.path.getsize(artifacts.objectFilePath)
1670 copyOrLink(cachedArtifacts.objectFilePath, objectFile)