HomeSort by relevance Sort by last modified time
    Searched defs:FileContext (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixdiv.py 214 f = FileContext(fp)
315 class FileContext:
  /external/python/cpython2/Tools/scripts/
fixdiv.py 214 f = FileContext(fp)
315 class FileContext:
  /external/python/cpython3/Tools/scripts/
fixdiv.py 214 f = FileContext(fp)
315 class FileContext:
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigImpl.h 82 TLS_AUTH_CONFIG_FILE_CONTEXT *FileContext;
  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 78 class FileContext {
80 FileContext(const string &filename,
83 ~FileContext();
234 DwarfCUToModule(FileContext *file_context,
dwarf_cu_to_module.cc 130 DwarfCUToModule::FileContext::FileContext(const string &filename,
139 DwarfCUToModule::FileContext::~FileContext() {
142 void DwarfCUToModule::FileContext::AddSectionToSectionMap(
147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() {
152 DwarfCUToModule::FileContext::section_map() const {
156 void DwarfCUToModule::FileContext::ClearSpecifications() {
161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference(
172 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 146 SECUREBOOT_FILE_CONTEXT *FileContext;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 107 BM_FILE_CONTEXT *FileContext;
126 FileContext = (BM_FILE_CONTEXT *) MenuEntry->VariableContext;
128 if (!FileContext->IsRoot) {
129 FreePool (FileContext->DevicePath);
131 if (FileContext->FHandle != NULL) {
132 FileContext->FHandle->Close (FileContext->FHandle);
136 if (FileContext->FileName != NULL) {
137 FreePool (FileContext->FileName);
139 if (FileContext->Info != NULL) {
    [all...]
BootMaintenanceManager.h 348 BM_FILE_CONTEXT *FileContext;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 300 FILE_CONTEXT *FileContext;
302 FileContext = (FILE_CONTEXT *) MenuEntry->VariableContext;
304 if (!FileContext->IsRoot) {
305 if (FileContext->DevicePath != NULL) {
306 FreePool (FileContext->DevicePath);
309 if (FileContext->FileHandle != NULL) {
310 FileContext->FileHandle->Close (FileContext->FileHandle);
314 if (FileContext->FileName != NULL) {
315 FreePool (FileContext->FileName);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 107 BM_FILE_CONTEXT *FileContext;
128 FileContext = (BM_FILE_CONTEXT *) MenuEntry->VariableContext;
130 if (!FileContext->IsRoot) {
131 FreePool (FileContext->DevicePath);
133 if (FileContext->FHandle != NULL) {
134 FileContext->FHandle->Close (FileContext->FHandle);
138 if (FileContext->FileName != NULL) {
139 FreePool (FileContext->FileName);
141 if (FileContext->Info != NULL) {
    [all...]
BootMaint.h 354 BM_FILE_CONTEXT *FileContext;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1352 milliseconds

1 2