HomeSort by relevance Sort by last modified time
    Searched refs:SourcePath (Results 1 - 15 of 15) 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);
  /build/soong/android/
paths.go 472 // SourcePath is a Path representing a file path rooted from SrcDir
473 type SourcePath struct {
477 var _ Path = SourcePath{}
479 func (p SourcePath) withRel(rel string) SourcePath {
486 func safePathForSource(ctx PathContext, path string) SourcePath {
491 ret := SourcePath{basePath{p, ctx.Config(), ""}}
511 // pathForSource creates a SourcePath from pathComponents, but does not check that it exists.
512 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
514 ret := SourcePath{basePath{p, ctx.Config(), ""}
    [all...]
config.go 548 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
557 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Mv.c 137 @param SourcePath [in] The name of the file to move.
149 IN CONST CHAR16 *SourcePath,
161 if (!IsSoucePathValid (SourcePath, Cwd)) {
177 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MV_INV_RO), gShellLevel2HiiHandle, SourcePath);
193 ASSERT(SourcePath != NULL);
198 if ( StringNoCaseCompare (&DestPathWalker, &SourcePath) == 0 ||
199 ((StrStr(DestPathWalker, SourcePath) == DestPathWalker) &&
200 (DestPathWalker[StrLen(SourcePath)] == '\\')
  /build/soong/cc/
ndk_prebuilt.go 38 func getNdkLibDir(ctx android.ModuleContext, toolchain config.Toolchain, version string) android.SourcePath {
166 func getNdkStlLibDir(ctx android.ModuleContext, 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/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 275 SourcePath: vars["source_path"].stringValue(),
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 275 SourcePath: vars["source_path"].stringValue(),
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 57 sourcePath := o.SourcePath
58 if sourcePath == "" {
63 sourcePath = wd
65 reader := newSourceReader(sourcePath)
140 sourcePath := o.SourcePath
141 if sourcePath == "" {
146 sourcePath = wd
148 reader := newSourceReader(sourcePath)
    [all...]
report.go 82 SourcePath string // Search path for source files.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 57 sourcePath := o.SourcePath
58 if sourcePath == "" {
63 sourcePath = wd
65 reader := newSourceReader(sourcePath)
140 sourcePath := o.SourcePath
141 if sourcePath == "" {
146 sourcePath = wd
148 reader := newSourceReader(sourcePath)
    [all...]
report.go 82 SourcePath string // Search path for source files.
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 620 milliseconds