Searched refs:Root (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp562 static int createFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
574 aParms[0].setUInt32(Root);
590 static int readFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
597 aParms[0].setUInt32(Root);
610 static int writeFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
617 aParms[0].setUInt32(Root);
716 SHFLROOT Root; local
722 Root = initWithWritableMapping(hTest, &svcTable, &svcHelpers,
725 rc = createFile(&svcTable, Root, "/test/file", SHFL_CF_ACCESS_READ, NULL,
735 unmapAndRemoveMapping(hTest, &svcTable, Root, "testnam
746 SHFLROOT Root; local
778 SHFLROOT Root; local
813 SHFLROOT Root; local
847 SHFLROOT Root; local
874 SHFLROOT Root; local
907 SHFLROOT Root; local
948 SHFLROOT Root; local
992 SHFLROOT Root; local
1036 SHFLROOT Root; local
1070 SHFLROOT Root; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py180 # @param Root: Root dir
183 def GetFiles(Root, SkipList=None, FullPath=True):
184 OriPath = os.path.normpath(Root)
186 for Root, Dirs, Files in walk(Root):
198 File = os.path.normpath(os.path.join(Root, File))
207 # @param Root: Root Dir
213 def GetNonMetaDataFiles(Root, SkipLis
[all...]
H A DParserValidate.py230 # @param Root: Root path
232 def IsValidPath(Path, Root):
237 Root = os.path.normpath(Root).replace('\\', '/')
238 FullPath = os.path.normpath(os.path.join(Root, Path)).replace('\\', '/')
245 # It should be in Root.
248 if not Path.startswith(Root):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py50 def __ValidatePath(Path, Root):
52 if os.path.isabs(Path) or not IsValidPath(Path, Root):
53 return False, ST.ERR_FILELIST_LOCATION % (Root, Path)
61 Root = ''
63 Root = os.environ['WORKSPACE']
64 return __ValidatePath(Filename, Root)
120 # @param Root: Root
122 def CreateHeaderXml(DistMap, Root):
140 Root
[all...]
H A DCommonXml.py74 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
76 return Root
189 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
191 return Root
278 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
280 return Root
330 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
332 return Root
434 Root = CreateXmlElement('%s' % Key, '', NodeList, [])
436 return Root
[all...]
H A DGuidProtocolPpiXml.py102 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
104 return Root
169 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
171 return Root
228 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
230 return Root
283 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
284 return Root
H A DPcdXml.py96 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
98 return Root
290 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
292 return Root
322 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
324 return Root
352 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
354 return Root
384 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
386 return Root
[all...]
H A DModuleSurfaceAreaXml.py170 Root = CreateXmlElement('%s' % Key, '', NodeList, [])
172 return Root
221 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
223 return Root
274 Root = CreateXmlElement('%s' % Key, '', NodeList, [])
276 return Root
322 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
323 return Root
364 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
366 return Root
[all...]
H A DPackageSurfaceAreaXml.py69 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
71 return Root
117 Root = CreateXmlElement('%s' % Key, '', NodeList, [])
119 return Root
144 Root = CreateXmlElement('%s' % Key, PcdCheck, [], [])
145 return Root
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlString.c18 Check if it is AML Root name
151 // NULL Name, only for Root
275 @param[out] Root On return, points to Root char number.
284 OUT UINTN *Root,
292 *Root = 0;
298 *Root = 1;
333 TotalLength = *Root + *Parent + (*SegCount) * AML_NAME_SEG_SIZE;
386 UINTN Root; local
395 TotalLength = AmlGetAslNameStringSize (AslPath, &Root,
282 AmlGetAslNameStringSize( IN UINT8 *Buffer, OUT UINTN *Root, OUT UINTN *Parent, OUT UINTN *SegCount ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py84 # @param Root: Root must be absolute path
87 def StripRoot(Root, Path):
89 Root = os.path.normpath(Root)
91 if not os.path.isabs(Root):
93 if Path.startswith(Root):
94 Path = Path[len(Root):]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py169 for Root, Dirs, Files in os.walk(EccGlobalData.gTarget):
170 if p.match(Root.upper()):
173 Dirname = os.path.join(Root, Dir)
183 Filename = os.path.normpath(os.path.join(Root, File))
191 Filename = os.path.normpath(os.path.join(Root, File))
195 self.MetaFile = DscParser(PathClass(Filename, Root), MODEL_FILE_DSC, MetaFileStorage(EccGlobalData.gDb.TblDsc.Cur, Filename, MODEL_FILE_DSC, True))
202 Filename = os.path.normpath(os.path.join(Root, File))
210 Filename = os.path.normpath(os.path.join(Root, File))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py322 # @param Root The root directory of path relative to
331 def __init__(self, Root):
332 self._Root = Root
333 for F in os.listdir(Root):
393 # @param Root: Root dir
398 def GetFiles(Root, SkipList=None, FullPath = True):
399 OriPath = Root
401 for Root, Dirs, Files in os.walk(Root)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c42 EFI_FILE_HANDLE Root; local
59 Status = Fs->OpenVolume (Fs, &Root);
67 Status = Root->Open (
68 Root,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableFile.py88 (Root, Ext) = os.path.splitext(FileFullPath)
/vbox/src/VBox/Additions/linux/installer/
H A Dautorun.sh133 /usr/bin/gnome-terminal --title "Installing VirtualBox Additions: Root password required." --command "/bin/sh -c '$subin - root -c \"$pkgaddbin -G -d $installfile -n -a /tmp/vbox.autoinstall SUNWvboxguest\"; /bin/echo press ENTER to close this window; /bin/read; /bin/rm -f /tmp/vbox.autoinstall'"
140 /usr/X11/bin/xterm -title "Installing VirtualBox Additions: Root password required." -e "$subin - root -c \"$pkgaddbin -G -d $installfile -n -a /tmp/vbox.autoinstall SUNWvboxguest\"; /bin/echo press ENTER to close this window; /bin/read; /bin/rm -f /tmp/vbox.autoinstall"
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c217 IN INT32 Root
1121 UINT32 i, k, Flags, Root, Pos, Size; local
1124 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
1125 Size = mCFreq[Root];
1127 if (Root >= NC) {
1129 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1130 if (Root >= NT) {
1134 PutBits(TBIT, Root);
1141 PutBits(CBIT, Root);
1143 Root
[all...]
H A DTianoCompress.c228 IN INT32 Root
1226 UINT32 Root; local
1231 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1232 Size = mCFreq[Root];
1234 if (Root >= NC) {
1236 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1237 if (Root >= NT) {
1241 PutBits (TBIT, Root);
1249 PutBits (CBIT, Root);
1252 Root
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DDecObject.py286 def __init__(self, File, Root):
288 self.Root = Root
330 def __init__(self, Libraryclass, File, Root):
333 self.Root = Root
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c704 @param[in] Root The root of the tree.
709 IN INT32 Root
721 CountLen (Root);
1122 UINT32 Root; local
1129 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1130 Size = mCFreq[Root];
1132 if (Root >= NC) {
1134 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1135 if (Root >= NT) {
1139 PutBits (TBIT, Root);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1251 EFI_FILE_HANDLE Root; local
1260 Root = NULL;
1279 &Root
1283 Root = NULL;
1286 ASSERT (Root != NULL);
1287 Status = Root->Open (Root, &ThisFile, FileName, EFI_FILE_MODE_READ, 0);
1390 if (Root != NULL) {
1391 Root->Close (Root);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleFileSystem.h49 @param Root A pointer to the location to return the opened file handle for the
69 OUT EFI_FILE_PROTOCOL **Root
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py178 for Root, Dirs, Files in os.walk(RelaDir):
196 FilesToPack.append(os.path.join(Root, File1))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DRmPkg.py111 for Root, Dirs, Files in os.walk(RootDir):
114 FilePath = os.path.join(Root, File)
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp427 di_node_t Root; local
428 Root = di_init("/", DINFOCACHE);
429 if (Root != DI_NODE_NIL)
431 di_walk_minor(Root, DDI_NT_NET, 0 /* flag */, &list, vboxSolarisAddPhysHostIface);
432 di_fini(Root);

Completed in 112 milliseconds

12