Searched refs:FullPath (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h50 SmallString<256> FullPath; local
52 FullPath = DirName;
55 sys::path::append(FullPath, FileName);
57 P = FullPath.str();
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c183 * FullPath - Where the path name is returned
188 * of pathname + 1) which means the 'FullPath' contains a trailing
192 * Note that if the size of 'FullPath' isn't large enough to
196 * to determine the buffer size of 'FullPath'.
203 char *FullPath,
228 * validate both FullPath and PathSize.
230 if (!FullPath)
245 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
259 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
266 ACPI_PATH_PUT8(FullPath, PathSiz
201 AcpiNsBuildNormalizedPath( ACPI_NAMESPACE_NODE *Node, char *FullPath, UINT32 PathSize, BOOLEAN NoTrailing) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DArchive.h92 bool FullPath = false) const;
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DArchive.cpp172 bool FullPath) const {
178 getBuffer(), FullPath ? (Twine(Parent->getFileName()) + "(" + Name + ")")
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h369 char *FullPath,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3207 VFPtrInfo::BasePath &FullPath = VFPtr.PathToBaseWithVFPtr; local
3208 if (FullPath.empty()) {
3222 while (FullPath[Begin] != VFPtr.LastVBase) {
3224 assert(Begin < FullPath.size());
3229 for (unsigned I = FullPath.size(); I != Begin; --I) {
3230 const CXXRecordDecl *CurBase = FullPath[I - 1],
3231 *ItsBase = (I == 1) ? RD : FullPath[I - 2];
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c173 char *buf = convert_wbcs_to_ansi(module.FullPath);

Completed in 80 milliseconds