Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 34) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mhlib.py52 def writeContext(folder): argument
53 folder = normF(folder)
55 "Current-Folder: %s\n" % folder)
57 def writeCurMessage(folder, cur): argument
58 folder = normF(folder)
59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"),
62 def writeMessage(folder, n, headers, body): argument
63 folder = normF(folder)
66 mkdirs(os.path.join(_mhpath, folder))
67 writeFile(os.path.join(_mhpath, folder, str(n)), contents)
[all …]
/device/sample/sdk_addon/
Dmanifest.ini8 # Name and vendor are used to create folder names, so they shouldn't contain
31 # the add-on folder in libs/
36 # This should be the name of the skin in the skins/ folder of the add-on.
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
DUsbCredentialProvider.uni5 // folder of a USB stick. The token file name can be specified by the PCD
22 …S "This module reads a token from a token file that is saved in the root folder of a USB stick. Th…
DUsbCredentialProviderDxe.inf5 # folder of a USB stick. The token file name can be specified by the PCD
/device/linaro/hikey/sepolicy/
Dhal_sensors.te21 # allow access to detect change in /dev folder
/device/linaro/bootloader/edk2/BaseTools/
Dset_vsprefix_envs.bat3 @REM however it may be executed directly from the BaseTools project folder
4 @REM if the file is not executed within a WORKSPACE\BaseTools folder.
Dtoolsetup.bat3 @REM however it may be executed directly from the BaseTools project folder
4 @REM if the file is not executed within a WORKSPACE\BaseTools folder.
207 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\
218 echo Error: tools_def.template is missing at folder %EDK_TOOLS_PATH%\Conf\
229 echo Error: build_rule.template is missing at folder %EDK_TOOLS_PATH%\Conf\
/device/google/marlin/sepolicy/
Dhal_sensors.te23 # allow access to detect change in /dev folder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dmailerdaemon.py231 for folder in sys.argv[1:]:
232 parsedir(folder, modify)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py409 def get_folder(self, folder): argument
411 return Maildir(os.path.join(self._path, '.' + folder),
415 def add_folder(self, folder): argument
417 path = os.path.join(self._path, '.' + folder)
425 def remove_folder(self, folder): argument
427 path = os.path.join(self._path, '.' + folder)
431 raise NotEmptyError('Folder contains message(s): %s' % folder)
436 (folder, entry))
1050 def get_folder(self, folder): argument
1052 return MH(os.path.join(self._path, folder),
[all …]
Dmhlib.py667 self.folder = f
676 return 'Message(%s, %s)' % (repr(self.folder), self.number)
727 part = SubMessage(self.folder, n, mf)
754 f, n, fp = self.folder, self.number, self.fp
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
DREADME.md3 This folder contains set of classes and structures that constitute basic USB/IP
/device/linaro/poplar/installer/
DREADME5 recovery_files/ folder onto the disk.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DEcc.py155 for folder in re.finditer(r'\S+', EccGlobalData.gConfig.ScanOnlyDirList):
156 OnlyScanDirs.append(folder.group())
Dconfig.ini273 # A list for only scanning dirs, the dirs should be the top folder(s) under workspace
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt72 7-Zip created temporary archive in current folder during update archive
74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt72 7-Zip created temporary archive in current folder during update archive
74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt72 7-Zip created temporary archive in current folder during update archive
74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
/device/google/bonito/json-c/
DRELEASE_CHECKLIST.txt74 Upload the two tarballs in the json-c_releases folder.
/device/google/crosshatch/json-c/
DRELEASE_CHECKLIST.txt74 Upload the two tarballs in the json-c_releases folder.
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DBuildAndIntegrationInstructions.txt55 2. If build is successfully, the payload image (UEFIPAYLOAD.fd) will be generated inside the folder
/device/linaro/bootloader/edk2/
Dedksetup.bat113 @echo The setup script, toolsetup.bat must reside in this folder.
/device/google/contexthub/firmware/
DCodingStandard.txt39 19. Absolutely no inline assembly unless you're in a folder under "cpu" or "variant". Allowed in
/device/google/marlin/
Dinit.common.rc251 # Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant
278 # Create /data/time folder for time-services
283 # Create a folder for audio delta files
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DGenCfgOptUserManual.md55 The **HEADER** option creates header files in the build folder. Both header

12