Searched refs:ParentPath (Results 1 – 7 of 7) sorted by relevance
343 char *ParentPath; in OtXrefWalkPart1() local375 ACPI_FREE (ParentPath); in OtXrefWalkPart1()441 Length, ParentPath); in OtXrefWalkPart1()442 ACPI_FREE (ParentPath); in OtXrefWalkPart1()457 ParentPath); in OtXrefWalkPart1()458 ACPI_FREE (ParentPath); in OtXrefWalkPart1()492 ACPI_FREE (ParentPath); in OtXrefWalkPart1()592 char *ParentPath; in OtXrefWalkPart2() local639 ACPI_FREE (ParentPath); in OtXrefWalkPart2()740 char *ParentPath; in OtXrefWalkPart3() local[all …]
309 char *ParentPath; in AcpiDmNormalizeParentPrefix() local356 ParentPath = AcpiNsGetExternalPathname (Node); in AcpiDmNormalizeParentPrefix()357 if (!ParentPath) in AcpiDmNormalizeParentPrefix()362 Length = (strlen (ParentPath) + strlen (Path) + 1); in AcpiDmNormalizeParentPrefix()363 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()373 if (*ParentPath == AML_ROOT_PREFIX) in AcpiDmNormalizeParentPrefix()391 strcpy (Fullpath, &ParentPath[Index]); in AcpiDmNormalizeParentPrefix()397 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()407 ACPI_FREE (ParentPath); in AcpiDmNormalizeParentPrefix()
1018 char *ParentPath; in AcpiDbDeviceResources() local1024 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()1025 if (!ParentPath) in AcpiDbDeviceResources()1046 AcpiOsPrintf ("\nDevice: %s\n", ParentPath); in AcpiDbDeviceResources()1234 ACPI_FREE (ParentPath); in AcpiDbDeviceResources()
44 SmallString<256> ParentPath = sys::path::parent_path(Path); in getOutputPath() local45 sys::path::remove_dots(ParentPath, /*remove_dot_dots=*/true); in getOutputPath()46 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
420 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local421 if (!ParentPath.empty()) { in getThinLTOOutputFile()423 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()424 error(EC, "error creating the directory '" + ParentPath + "'"); in getThinLTOOutputFile()
1084 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local1085 if (!ParentPath.empty()) { in getThinLTOOutputFile()1087 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()1088 llvm::errs() << "warning: could not create directory '" << ParentPath in getThinLTOOutputFile()
129 llvm::StringRef ParentPath = llvm::sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment() local130 llvm::StringRef ParentFilename = llvm::sys::path::filename(ParentPath); in findVCToolChainViaEnvironment()132 Path = ParentPath; in findVCToolChainViaEnvironment()138 Path = ParentPath; in findVCToolChainViaEnvironment()