Home
last modified time | relevance | path

Searched refs:OpenProc (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DLocalPlugin.cs146 OpenProc = 0x8, enumerator
231 …protected virtual IntPtr OpenProc(ref FreeImageIO io, fi_handle handle, bool read) { return IntPtr… in OpenProc() method in FreeImageAPI.Plugins.LocalPlugin
296 if ((implementedMethods & MethodFlags.OpenProc) != 0) in LocalPlugin()
298 plugin.openProc = new OpenProc(OpenProc); in LocalPlugin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/services/
H A Dcredentials_unittest.cc154 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
166 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
184 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
206 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
225 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
257 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
H A Dthread_helpers.cc170 base::ScopedFD task_fd(ProcUtil::OpenProc()); in IsSingleThreaded()
183 base::ScopedFD task_fd(ProcUtil::OpenProc()); in AssertSingleThreaded()
H A Dproc_util.h34 static base::ScopedFD OpenProc();
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/services/
H A Dcredentials_unittest.cc154 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
166 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
184 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
206 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
225 base::ScopedFD proc_fd(ProcUtil::OpenProc()); in SANDBOX_TEST()
257 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
H A Dthread_helpers.cc170 base::ScopedFD task_fd(ProcUtil::OpenProc()); in IsSingleThreaded()
183 base::ScopedFD task_fd(ProcUtil::OpenProc()); in AssertSingleThreaded()
H A Dproc_util.h34 static base::ScopedFD OpenProc();
/dports/devel/upp/upp/bazaar/plugin/assimp/code/CApi/
H A DCInterfaceIOWrapper.cpp102 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
121 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode); in Open()
/dports/multimedia/assimp/assimp-5.1.3/code/CApi/
H A DCInterfaceIOWrapper.cpp97 aiFile *p = mFileSystem->OpenProc(mFileSystem, pFile, "rb"); in Exists()
116 aiFile *p = mFileSystem->OpenProc(mFileSystem, pFile, pMode); in Open()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/CApi/
H A DCInterfaceIOWrapper.cpp102 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
121 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode); in Open()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/CApi/
H A DCInterfaceIOWrapper.cpp102 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
121 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode); in Open()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DCInterfaceIOWrapper.cpp101 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
120 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode); in Open()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DCInterfaceIOWrapper.h117 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
136 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DCInterfaceIOWrapper.h119 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
138 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DCInterfaceIOWrapper.h119 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,"rb"); in Exists()
138 aiFile* p = mFileSystem->OpenProc(mFileSystem,pFile,pMode);
/dports/audio/snack/snack2.2.10/generic/
H A DsnackDecls.h40 openProc * OpenProc, closeProc * CloseProc,
86 EXTERN int SnackOpenFile _ANSI_ARGS_((openProc * OpenProc,
137 …ensionFileTypeProc * extProc, putHeaderProc * PutHeaderProc, openProc * OpenProc, closeProc * Clos…
154 …int (*snackOpenFile) _ANSI_ARGS_((openProc * OpenProc, Sound * s, Tcl_Interp * interp, Tcl_Channel…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/sandbox/linux/
H A Dsandbox_linux.cc83 base::ScopedFD OpenProc(int proc_fd) { in OpenProc() function
261 base::ScopedFD proc_fd(OpenProc(proc_fd_)); in IsSingleThreaded()
310 std::move(policy), OpenProc(proc_fd_), seccomp_level); in StartSeccompBPF()
522 base::ScopedFD proc_fd(OpenProc(proc_fd_)); in StopThreadAndEnsureNotCounted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/policy/linux/
H A Dsandbox_linux.cc83 base::ScopedFD OpenProc(int proc_fd) { in OpenProc() function
260 base::ScopedFD proc_fd(OpenProc(proc_fd_)); in IsSingleThreaded()
309 std::move(policy), OpenProc(proc_fd_), seccomp_level); in StartSeccompBPF()
539 base::ScopedFD proc_fd(OpenProc(proc_fd_)); in StopThreadAndEnsureNotCounted()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Structs/
H A DPlugin.cs75 public OpenProc openProc;
/dports/games/spring/spring_98.0/rts/lib/assimp/include/assimp/
H A Dcfileio.h80 aiFileOpenProc OpenProc; member
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/include/assimp/
H A Dcfileio.h80 aiFileOpenProc OpenProc; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/include/assimp/
H A Dcfileio.h80 aiFileOpenProc OpenProc; member
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/include/assimp/
H A Dcfileio.h82 aiFileOpenProc OpenProc; member
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A Dcfileio.h89 aiFileOpenProc OpenProc; member
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A Dcfileio.h87 aiFileOpenProc OpenProc; member

123