Searched refs:ParentPath (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c343 char *ParentPath; local
371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
374 ParentPath, AcpiUtGetTypeName (Node->Type));
375 ACPI_FREE (ParentPath);
437 ParentPath = AcpiNsGetNormalizedPathname (
441 Length, ParentPath);
442 ACPI_FREE (ParentPath);
452 ParentPath = AcpiNsGetNormalizedPathname (
457 ParentPath);
458 ACPI_FREE (ParentPath);
592 char *ParentPath; local
740 char *ParentPath; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h35 SmallString<256> ParentPath = sys::path::parent_path(Path); local
37 // If the ParentPath has not yet been resolved, resolve and cache it for
39 if (!ResolvedPaths.count(ParentPath)) {
41 sys::fs::real_path(ParentPath, RealPath);
42 ResolvedPaths.insert({ParentPath, StringRef(RealPath).str()});
46 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c309 char *ParentPath; local
356 ParentPath = AcpiNsGetExternalPathname (Node);
357 if (!ParentPath)
362 Length = (strlen (ParentPath) + strlen (Path) + 1);
363 if (ParentPath[1])
366 * If ParentPath is not just a simple '\', increment the length
367 * for the required dot separator (ParentPath.Path)
373 if (*ParentPath == AML_ROOT_PREFIX)
391 strcpy (Fullpath, &ParentPath[Index]);
397 if (ParentPath[
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp43 SmallString<256> ParentPath = sys::path::parent_path(Path); local
44 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true);
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath));
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c1018 char *ParentPath; local
1024 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
1025 if (!ParentPath)
1046 AcpiOsPrintf ("\nDevice: %s\n", ParentPath);
1234 ACPI_FREE (ParentPath);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp451 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); local
452 if (!ParentPath.empty()) {
454 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath))
455 error(EC, "error creating the directory '" + ParentPath + "'");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp128 llvm::StringRef ParentPath = llvm::sys::path::parent_path(TestPath); local
129 llvm::StringRef ParentFilename = llvm::sys::path::filename(ParentPath);
131 Path = ParentPath;
137 Path = ParentPath;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1202 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str());
1203 if (!ParentPath.empty()) {
1205 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath))
1206 llvm::errs() << "warning: could not create directory '" << ParentPath

Completed in 272 milliseconds