HomeSort by relevance Sort by last modified time
    Searched refs:SourcePath (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 441 EFI_DEVICE_PATH_PROTOCOL *SourcePath;
454 SourcePath = *DevicePath;
455 TmpDevicePath = SourcePath;
467 SourceSize = (UINTN) TmpDevicePath - (UINTN) SourcePath;
489 // Check if DevicePath is first part of SourcePath
493 if ((Size <= SourceSize) && CompareMem (SourcePath, TmpDevicePath, (UINTN) Size) == 0) {
529 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *) SourcePath) + BestMatch);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Mv.c 71 @param SourcePath [in] The name of the file to move.
84 IN CONST CHAR16 *SourcePath,
95 if (Cwd != NULL && StrCmp(SourcePath, Cwd) == 0) {
110 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MV_INV_RO), gShellLevel2HiiHandle, SourcePath);
126 ASSERT(SourcePath != NULL);
131 if ( StringNoCaseCompare (&DestPathWalker, &SourcePath) == 0 ||
132 ((StrStr(DestPathWalker, SourcePath) == DestPathWalker) &&
133 (DestPathWalker[StrLen(SourcePath)] == '\\')
  /build/soong/android/
paths.go 309 // SourcePath is a Path representing a file path rooted from SrcDir
310 type SourcePath struct {
314 var _ Path = SourcePath{}
318 func safePathForSource(ctx PathContext, path string) SourcePath {
320 ret := SourcePath{basePath{p, pathConfig(ctx), ""}}
340 // PathForSource returns a SourcePath for the provided paths... (which are
343 // will return a usable, but invalid SourcePath, and report a ModuleError.
344 func PathForSource(ctx PathContext, paths ...string) SourcePath {
346 ret := SourcePath{basePath{p, pathConfig(ctx), ""}}
371 // OptionalPathForSource returns an OptionalPath with the SourcePath if th
    [all...]
config.go 340 func (c *config) ResourceOverlays() []SourcePath {
372 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
376 func (c *config) DefaultAppCertificate(ctx PathContext) SourcePath {
  /build/soong/cc/
ndk_prebuilt.go 40 func getNdkLibDir(ctx android.ModuleContext, toolchain config.Toolchain, version string) android.SourcePath {
165 func getNdkStlLibDir(ctx android.ModuleContext, toolchain config.Toolchain, stl string) android.SourcePath {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 170 PCWSTR SourcePath;
setupapi.h 280 PCSTR SourcePath;
289 PCWSTR SourcePath;
370 PCSTR SourcePath;
385 PCWSTR SourcePath;
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 380 for (const auto &SourcePath : SourcePaths) {
381 std::string File(getAbsolutePath(SourcePath));
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 5034 milliseconds