Home
last modified time | relevance | path

Searched defs:FullPath (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/stellarnet/
H A Dpages.go151 type FullPath struct { struct
152 SourceAmount string `json:"source_amount"`
153 SourceAssetType string `json:"source_asset_type"`
154 SourceAssetCode string `json:"source_asset_code"`
155 SourceAssetIssuer string `json:"source_asset_issuer"`
156 Path []PathAsset `json:"path"`
157 DestinationAmount string `json:"destination_amount"`
158 DestinationAssetType string `json:"destination_asset_type"`
164 func (f FullPath) SourceAsset() AssetMinimal {
173 func (f FullPath) DestinationAsset() AssetMinimal {
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c30 IN OUT CHAR16 **FullPath, in ReplaceDriveWithCwd()
78 IN CONST CHAR16 *FullPath, in IsCurrentFileSystem()
122 IN CONST CHAR16 *FullPath, in ExtractDriveAndPath()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/serving/disk/
H A Derrors.go4 FullPath string member
9 FullPath string member
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/filters/
H A Dpath.rs408 pub struct FullPath(PathAndQuery); struct
410 impl FullPath { impl
417 impl fmt::Debug for FullPath { implementation
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dpath_helper.h88 String FullPath; // full path, including filename member
92 : FullPath(file), AltPath(alt) { in FullPath() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c171 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
577 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
641 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
712 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
846 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1010 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1358 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1502 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1529 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2514 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c171 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
577 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
641 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
712 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
846 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1010 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1358 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1502 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1529 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2514 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c171 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
577 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
641 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
712 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
846 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1010 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1358 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1502 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1529 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2523 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c171 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
577 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
641 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
712 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
846 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1010 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1358 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1502 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1529 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2514 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c172 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
578 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
642 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
713 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
847 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1011 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1359 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1534 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1561 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2583 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c172 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
578 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
642 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
713 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
847 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1011 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1359 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1534 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1561 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2583 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c172 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
578 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
642 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
713 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
847 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1011 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1359 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1534 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1561 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2583 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c172 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
578 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
642 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
713 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
847 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1011 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1359 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1534 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1561 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2583 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c172 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmAdjustFvFilePath() local
578 IN EFI_DEVICE_PATH_PROTOCOL *FullPath, in BmExpandUsbDevicePath()
642 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandFileDevicePath()
713 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandUriDevicePath()
847 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandPartitionDevicePath() local
1011 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmExpandMediaDevicePath()
1359 EFI_DEVICE_PATH_PROTOCOL *FullPath; in BmExpandLoadFile() local
1534 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in EfiBootManagerGetLoadOptionBuffer()
1561 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in BmGetNextLoadOptionDevicePath()
2583 IN EFI_DEVICE_PATH_PROTOCOL *FullPath in EfiBootManagerGetNextLoadOptionDevicePath()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/igcdeps/src/
H A DShaderOverride.cpp66 std::string const FullPath = path(LegalizedShaderName, Ext); in override() local
96 IGC::Debug::DumpName FullPath{composeShaderName(ShaderName)}; in path() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool/
H A Dpath.go20 func (o *ObjectPool) FullPath() string { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool/
H A Dpath.go20 func (o *ObjectPool) FullPath() string { func

12345678910>>...45