Searched refs:getPath (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcsdetest.h39 virtual const char *getPath(char buffer[2048], const char *filename);
H A Dssearch.h41 virtual const char *getPath(char buffer[2048], const char *filename);
H A Ddcfmtest.h37 virtual const char *getPath(char buffer[2048], const char *filename);
H A Dregextst.h61 virtual const char *getPath(char buffer[2048], const char *filename);
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/t/
H A D20_Tree_Simple_Visitor_PathToRoot_test.t61 can_ok($visitor, 'getPath');
67 [ $visitor->getPath() ],
80 [ $visitor->getPath() ],
89 scalar $visitor->getPath(),
98 scalar $visitor->getPath(),
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/t/
H A D20_Tree_Simple_Visitor_PathToRoot_test.t61 can_ok($visitor, 'getPath');
67 [ $visitor->getPath() ],
80 [ $visitor->getPath() ],
89 scalar $visitor->getPath(),
98 scalar $visitor->getPath(),
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderDetailsMarker.h44 Path getPath(const LayoutPoint& origin) const;
H A DRenderDetailsMarker.cpp107 Path RenderDetailsMarker::getPath(const LayoutPoint& origin) const function in class:WebCore::RenderDetailsMarker
137 paintInfo.context->fillPath(getPath(boxOrigin));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DFileOutputBuffer.h64 StringRef getPath() const { function in class:llvm::FileOutputBuffer
/macosx-10.9.5/securityd-55199.3/src/
H A Dclientid.h48 string getPath() const;
H A Dcodesigdb.h60 std::string path() { return getPath(); }
68 virtual std::string getPath() const = 0;
H A Dacl_keychain.cpp144 process.getPath().c_str(), process.pid());
148 process.getPath().c_str(), process.pid());
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-ar/
H A Dllvm-ar.cpp354 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) {
364 outs() << "Printing " << I->getPath().str() << "\n";
405 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) {
421 outs() << " " << I->getPath().str() << "\n";
423 outs() << I->getPath().str() << "\n";
441 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) {
445 sys::Path dirs(I->getPath());
454 std::ofstream file(I->getPath().c_str(), io_mode);
467 I->getPath().setStatusInfoOnDisk(I->getFileStatus());
486 if (std::find(Paths.begin(), Paths.end(), I->getPath()) !
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPPath.c78 getPath(SCPreferencesRef prefs, CFStringRef path, CFDictionaryRef *entity) function
359 if (getPath(prefs, prefix, &entity)) {
407 if (!getPath(prefs, path, &entity)) {
414 if (!getPath(prefs, entityLink, &entity)) {
437 if (!getPath(prefs, path, &entity)) {
509 if (!getPath(prefs, link, &entity)) {
540 if (!getPath(prefs, path, &value)) {
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp779 dyld::throwf("required code signature missing for '%s'\n", this->getPath());
797 dyld::throwf("code signature invalid for '%s'\n", this->getPath());
799 dyld::log("dyld: Failed registering code signature for %s, errno=%d\n", this->getPath(), errno);
801 dyld::log("dyld: Registered code signature for %s\n", this->getPath());
1039 dyld::warn("LC_RPATH %s in %s being ignored in restricted program because of @loader_path\n", path, this->getPath());
1043 if ( realpath(this->getPath(), resolvedPath) != NULL ) {
1056 dyld::warn("LC_RPATH %s in %s being ignored in restricted program because of @executable_path\n", path, this->getPath());
1060 if ( realpath(context.mainExecutable->getPath(), resolvedPath) != NULL ) {
1072 dyld::warn("LC_RPATH %s in %s being ignored in restricted program because it is a relative path\n", path, this->getPath());
1138 dyld::log("dyld: image not prebound, so could not use prebinding in %s\n", this->getPath());
[all...]
H A DImageLoaderMachOCompressed.cpp390 dyld::log("%18s %s 0x%0lX -> 0x%0lX for %s\n", "__LINKEDIT", adstr, start, end-1, this->getPath());
425 CRSetCrashLogMessage2(this->getPath());
507 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
610 // ordinal, libraryCount(), symbol, this->getPath());
653 it->replacee, it->replacement, this->getPath());
743 throwSymbolNotFound(context, symbolName, this->getPath(), "flat namespace");
762 throwSymbolNotFound(context, symbolName, this->getPath(), targetImage->getPath());
796 libraryOrdinal, symbolName, this->getPath());
803 libraryOrdinal, libraryCount(), symbolName, this->getPath());
[all...]
H A DImageLoader.cpp356 //dyld::log("ImageLoader::link(%s) refCount=%d, neverUnload=%d\n", this->getPath(), fDlopenReferenceCount, fNeverUnload);
414 dyld::log(" dlopen=%d for %s\n", fDlopenReferenceCount, getPath() );
547 dependentLib = context.loadLibrary(requiredLibInfo.name, true, this->getPath(), &thisRPaths);
552 dyld::warn("DYLD_ setting caused circular dependency in %s\n", this->getPath());
587 // requiredLibInfo.info.checksum, actualInfo.checksum, this->getPath(), dependentLib->getPath());
589 // fprintf(stderr, "dyld: dependent library slid for %s referencing %s\n", this->getPath(), dependentLib->getPath());
594 // fprintf(stderr, "dyld: exception during processing for %s referencing %s\n", this->getPath(), dependentLib->getPath());
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Archive/
H A DArchiveWriter.cpp100 std::string mbrPath = mbr.getPath().str();
220 if (error_code ec = MemoryBuffer::getFile(member.getPath().c_str(), File)) {
234 std::string FullMemberName = archPath.str() + "(" + member.getPath().str()
258 *ErrMsg = "Can't parse bitcode member: " + member.getPath().str()
275 ARFile.write(member.getPath().str().data(),
276 member.getPath().str().length());
H A DArchiveReader.cpp346 "(" + I->getPath().str() + ")";
486 mbr->getPath().str() + ")";
536 mbr->getPath().str() + ")";
553 mbr->getPath().str() + ": " + *error;
618 archPath.str() + "(" + I->getPath().str() + ")";
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathProfileInfo.h90 ProfilePath* getPath(unsigned int number);
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DPathToRoot.pm48 sub getPath { subroutine
94 my @path = $visitor->getPath();
120 =item B<getPath>
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DPathToRoot.pm48 sub getPath { subroutine
94 my @path = $visitor->getPath();
120 =item B<getPath>
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTests.cpp135 if( entry->getPath( str, &len,
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java190 System.out.println("Malformed line found in " + theFile.getPath());
199 System.err.println(theFile.getPath() + " does not exist.");
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DArchive.h69 const sys::Path& getPath() const { return path; } function in class:llvm::ArchiveMember
324 const sys::Path& getPath() { return archPath; } function in class:llvm::Archive

Completed in 269 milliseconds

123