HomeSort by relevance Sort by last modified time
    Searched defs:FullPath (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
FindFiles.c 80 char FullPath[MAX_PATH];
85 strcpy (FullPath, RootDirectory);
90 if (_getcwd (FullPath, sizeof (FullPath)) == NULL) {
97 if (FullPath[strlen (FullPath) - 1] != '\\') {
98 strcat (FullPath, "\\");
101 strcat (FullPath, RootDirectory);
104 if (FullPath[strlen (FullPath) - 1] == '\\') {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Vol.c 215 CHAR16 *FullPath;
225 FullPath = NULL;
282 StrnCatGrow(&FullPath, &Length, PathName, 0);
283 StrnCatGrow(&FullPath, &Length, L":\\", 0);
297 FullPath,
306 SHELL_FREE_NON_NULL(FullPath);
Ls.c 555 CHAR16 *FullPath;
561 FullPath = NULL;
669 ASSERT(FullPath == NULL);
671 StrnCatGrow(&FullPath, NULL, CurDir, 0);
672 Size = FullPath != NULL? StrSize(FullPath) : 0;
673 StrnCatGrow(&FullPath, &Size, L"\\", 0);
685 ASSERT((FullPath == NULL && Size == 0) || (FullPath != NULL));
687 StrnCatGrow(&FullPath, &Size, gEfiShellProtocol->GetCurDir(NULL), 0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
Linker.cpp 122 sys::Path FullPath(Directory);
125 FullPath.appendComponent(("lib" + Name).str());
126 FullPath.appendSuffix("a");
127 if (FullPath.isArchive())
128 return FullPath;
131 FullPath.eraseSuffix();
132 FullPath.appendSuffix("bca");
133 if (FullPath.isArchive())
134 return FullPath;
137 FullPath.eraseSuffix()
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 132 // FullPath retrieves the full path of the specified file.
133 func FullPath(name string) (path string, err error) {
156 ndir, err := FullPath(dir)
195 return FullPath(d + "\\" + p[2:])
197 return FullPath(p)
207 return FullPath(d[:2] + p)
209 return FullPath(d + "\\" + p)
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 132 // FullPath retrieves the full path of the specified file.
133 func FullPath(name string) (path string, err error) {
156 ndir, err := FullPath(dir)
195 return FullPath(d + "\\" + p[2:])
197 return FullPath(p)
207 return FullPath(d[:2] + p)
209 return FullPath(d + "\\" + p)
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 35 SmallString<256> FullPath;
38 FullPath.append(Opts.ShowOutputDirectory);
41 sys::path::append(FullPath, getCoverageDir());
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath));
48 sys::path::append(FullPath, PathFilename);
50 return FullPath.str();
59 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false);
61 auto ParentDir = sys::path::parent_path(FullPath);
66 raw_ostream *RawStream = new raw_fd_ostream(FullPath, E, sys::fs::F_RW);
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 98 bool FullPath = false; ///< 'P' modifier
204 case 'P': FullPath = true; break;
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 77 FullPath::FullPath(const FullPath& path) : Path(path) {
107 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) {
138 void FullPath::dump() {
151 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) {
195 void FullPath::syncProperties() {
207 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
212 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
225 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value)
    [all...]
VectorDrawable.h 206 class ANDROID_API FullPath: public Path {
359 FullPath(const FullPath& path); // for cloning
360 FullPath(const char* path, size_t strLength) : Path(path, strLength) {}
361 FullPath() : Path() {}
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 272 UString fullPath;
274 fullPath = kEmptyFileAlias;
279 fullPath = prop.bstrVal;
281 _filePath = fullPath;
483 FString FullPath;
624 FString path = DirPrefix + dirItem.FullPath;
769 di.FullPath = name;
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 110 StringRef FullPath = getFullFilepath(F);
111 NextId = OS.EmitCVFileDirective(NextId, FullPath);
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 1148 milliseconds