Searched refs:pathnames (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A DMakefile4 HFILES = extern.h pathnames.h
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A DMakefile4 HFILES = pathnames.h
/macosx-10.9.5/sudo-72/src/
H A Dsetsid.c28 #include <pathnames.h>
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformPasteboardMac.mm55 void PlatformPasteboard::getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType)
59 pathnames.append((NSString *)paths);
63 pathnames.append([paths objectAtIndex:i]);
142 void PlatformPasteboard::setPathnamesForType(const Vector<String>& pathnames, const String& pasteboardType)
145 for (size_t i = 0; i < pathnames.size(); ++i)
146 [paths.get() addObject: [NSArray arrayWithObject:pathnames[i]]];
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A DMakefile4 HFILES = extern.h globals.h pathnames.h
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformPasteboard.h50 void getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType);
60 void setPathnamesForType(const Vector<String>& pathnames, const String& pasteboardType);
H A DPasteboardStrategy.h44 virtual void getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName) = 0;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A DMakefile4 HFILES = defs.h ext.h pathnames.h telnetd.h
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebPlatformStrategies.mm167 void WebPlatformStrategies::getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName)
169 PlatformPasteboard(pasteboardName).getPathnamesForType(pathnames, pasteboardType);
217 void WebPlatformStrategies::setPathnamesForType(const Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName)
219 PlatformPasteboard(pasteboardName).setPathnamesForType(pathnames, pasteboardType);
H A DWebPlatformStrategies.h84 virtual void getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName) OVERRIDE;
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A DMakefile.in260 getenv.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h
273 itos.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
282 makepath.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
294 netopen.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
304 oslib.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
315 pathcanon.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
326 pathphys.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
347 eaccess.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
373 strerror.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h ${BUILD_DIR}/version.h
385 stringlist.o: ${BUILD_DIR}/pathnames
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.cpp383 void WebPlatformStrategies::getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName) argument
386 Messages::WebContext::GetPasteboardPathnamesForType::Reply(pathnames), 0);
455 void WebPlatformStrategies::setPathnamesForType(const Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName) argument
457 WebProcess::shared().parentProcessConnection()->send(Messages::WebContext::SetPasteboardPathnamesForType(pasteboardName, pasteboardType, pathnames), 0);
/macosx-10.9.5/cctools-845/ar/
H A DMakefile23 HFILES = archive.h extern.h pathnames.h
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/inc/Module/
H A DInstall.pm217 next if $self->{pathnames}{$pkg};
225 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/
H A DInstall.pm259 next if $self->{pathnames}{$pkg};
267 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Class-Inspector/inc/Module/
H A DInstall.pm201 next if $self->{pathnames}{$pkg};
209 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Class-Unload/inc/Module/
H A DInstall.pm259 next if $self->{pathnames}{$pkg};
267 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Context-Preserve/inc/Module/
H A DInstall.pm217 next if $self->{pathnames}{$pkg};
225 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/JSON-Any/inc/Module/
H A DInstall.pm217 next if $self->{pathnames}{$pkg};
225 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Module/
H A DInstall.pm247 next if $self->{pathnames}{$pkg};
255 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/inc/Module/
H A DInstall.pm259 next if $self->{pathnames}{$pkg};
267 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/Test-use-ok/inc/Module/
H A DInstall.pm217 next if $self->{pathnames}{$pkg};
225 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Module/
H A DInstall.pm217 next if $self->{pathnames}{$pkg};
225 $self->{pathnames}{$pkg} = delete $INC{$file};
/macosx-10.9.5/NFS-81/nfsd/
H A DMakefile60 HFILES = common.h pathnames.h
/macosx-10.9.5/CPANInternal-140/B-Hooks-EndOfScope/inc/Module/
H A DInstall.pm281 next if $self->{pathnames}{$pkg};
289 $self->{pathnames}{$pkg} = delete $INC{$file};

Completed in 167 milliseconds

123