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

  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 43 SmallString<256> ParentPath = sys::path::parent_path(Path);
44 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true);
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 382 STRING_LIST ParentPath;
521 ParentPath.Next = mGlobals.ParentPaths;
522 ParentPath.Str = FileNameCopy;
523 mGlobals.ParentPaths = &ParentPath;
707 mGlobals.ParentPaths = ParentPath.Next;
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 331 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str());
332 if (!ParentPath.empty()) {
334 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath))
335 error(EC, "error creating the directory '" + ParentPath + "'");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 169 PCWSTR ParentPath;
  /external/llvm/tools/gold/
gold-plugin.cpp     [all...]

Completed in 210 milliseconds