HomeSort by relevance Sort by last modified time
    Searched full:fullpath (Results 226 - 250 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 240 FullPath = mws.join(Root, Path)
242 if not os.path.exists(FullPath):
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UefiBootManagerLib.h 444 @param FullPath Return the full device path of the load option after
455 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 630 const UString fullPath = DirPrefix + name;
639 item.iImage = _extToIconMap.GetIconIndex(fi.Attrib, fullPath);
  /external/lzma/CPP/Windows/
FileName.cpp 836 bool GetFullPath(CFSTR path, FString &fullPath)
838 return GetFullPath(NULL, path, fullPath);
  /external/selinux/sandbox/
sandbox 187 def fullpath(cmd):
410 cmds[0] = fullpath(cmds[0])
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 56 * not guarantee the uniqueness of name so we cannot use fullpath as ID.
58 * Instead of fullpath, we use artificial ID generated by MtpDatabase itself. The database object
    [all...]
  /external/curl/lib/vtls/
nss.c 1599 char *fullpath = aprintf("%s\/%s", capath, entry->name); local
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
InfClassObject.py 452 print 'FullPath =', M.Header[Arch].FullPath
551 ModuleHeader.FullPath = self.Identification.FileFullPath
    [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 60 fullPath = prefix + case.name
61 assert (fullPath not in g_processedCases)
62 g_processedCases[fullPath] = None
  /external/deqp/modules/gles31/scripts/
genutil.py 60 fullPath = prefix + case.name
61 assert (fullPath not in g_processedCases)
62 g_processedCases[fullPath] = None
  /external/python/cpython3/Lib/test/
test_httpservers.py 474 fullpath = os.path.join(self.tempdir, filename)
477 open(fullpath, 'w').close()
487 os.unlink(fullpath) # avoid affecting test_undecodable_filename
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 507 glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size());
509 std::copy(varPath.begin(), varPath.end(), fullPath.begin());
510 std::copy(iter.getPath().begin(), iter.getPath().end(), fullPath.begin()+varPath.size());
512 string attribName = getAttributeName(varName.c_str(), fullPath);
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 997 char fullpath[2048]; local
998 strcpy(fullpath, basePath);
999 strcat(fullpath, currName);
1002 knownList = udbg_knownIssue_openU(knownList, ticket, fullpath, msg2.getTerminatedBuffer(), &firstForTicket, &firstForWhere);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 78 * @return Returns the composed path basing on fullPath. This will be of the form
  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableTests.cpp 390 VectorDrawable::FullPath path("m1 1", 4);
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 141 d.path, e = syscall.FullPath(d.path)
  /prebuilts/go/linux-x86/src/os/
file_windows.go 141 d.path, e = syscall.FullPath(d.path)
  /external/clang/utils/
FindSpecRefs 823 fullpath = os.path.join(dirpath, filename)
824 references.extend(list(scanFile(fullpath, filename)))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 98 bool FullPath = false; ///< 'P' modifier
204 case 'P': FullPath = true; break;
  /prebuilts/go/darwin-x86/api/
go1.4.txt 559 pkg syscall (windows-386), func FullPath(string) (string, error)
560 pkg syscall (windows-amd64), func FullPath(string) (string, error)
    [all...]
  /prebuilts/go/linux-x86/api/
go1.4.txt 559 pkg syscall (windows-386), func FullPath(string) (string, error)
560 pkg syscall (windows-amd64), func FullPath(string) (string, error)
    [all...]
  /external/valgrind/docs/xml/
manual-core.xml     [all...]
  /external/vulkan-validation-layers/loader/
loader.c 2500 char *fullpath = props->lib_name; local
3531 char fullpath[MAX_STRING_SIZE]; local
    [all...]

Completed in 1321 milliseconds

1 2 3 4 5 6 7 8 91011>>