Searched refs:RTDirOpen (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp56 int rc = RTDirOpen(&pDir, "/proc");
57 AssertMsgRCReturn(rc, ("RTDirOpen on /proc failed: rc=%Rrc\n", rc), false);
/vbox/include/iprt/
H A Ddir.h335 RTDECL(int) RTDirOpen(PRTDIR *ppDir, const char *pszPath);
351 * this function behave like RTDirOpen.
360 * @param pDir Pointer to open directory returned by RTDirOpen() or RTDirOpenFiltered().
H A Dmangling.h477 # define RTDirOpen RT_MANGLER(RTDirOpen) macro
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h33 #define RTDirOpen testRTDirOpen macro
/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp65 int rc = RTDirOpen(&pDir, pszBuf);
H A Ddir.cpp634 RTDECL(int) RTDirOpen(PRTDIR *ppDir, const char *pszPath) function
646 LogFlow(("RTDirOpen(%p:{%p}, %p:{%s}): return %Rrc\n", ppDir, *ppDir, pszPath, pszPath, rc));
685 * Call worker common with RTDirOpen which will verify the path, allocate
/vbox/src/VBox/Runtime/testcase/
H A DtstDir.cpp78 rc = RTDirOpen(&pDir, argv[i]);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp422 int rc = RTDirOpen(&pDirDevices, SYSFS_CPU_PATH);
H A DVBoxServiceToolBox.cpp676 rc = RTDirOpen(&pDir, szPathAbs);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp538 int rc = RTDirOpen(&pDir, "/sys/class/power_supply/");
677 rc = RTDirOpen(&pDir, "/proc/acpi/ac_adapter/");
720 rc = RTDirOpen(&pDir, "/proc/acpi/battery/");
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp267 rc = RTDirOpen(&hDir, pcszPath);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp273 int rc = RTDirOpen(&hDir, pszPath);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp300 int vrc = RTDirOpen(&pDir, m->strPath.c_str());
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp757 rc = RTDirOpen(&pDir, "/sys/block");
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp962 rc = RTDirOpen(&pDir, pszPath);
964 return RTMsgErrorRc(rc, "RTDirOpen%s failed on '%s': %Rrc", pCfg->pszFilter ? "Filtered" : "", pszPath, rc);
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp999 int rc = RTDirOpen(&pDir, pszDir);
1001 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTDirOpen failed on '%s': %Rrc\n", pszDir, rc);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1871 * Go looking for extensions. The RTDirOpen may fail if nothing has been
1879 int vrc = RTDirOpen(&pDir, szBaseDir);
2461 vrc = RTDirOpen(&pDir, m->strBaseDir.c_str());
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1072 rc = RTDirOpen(&pDir, pszBaseDir);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp360 int rc = RTDirOpen(&pDir, pszPath);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c1979 rc = RTDirOpen(&pDir, path);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1997 vrc = RTDirOpen(&pDir, szCurDir);

Completed in 158 milliseconds