Searched refs:executablePath (Results 1 - 25 of 26) sorted by path

12

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c5726 char executablePath[PATH_MAX]; local
5802 /* resolveToBase */ true, executablePath)) {
5810 executablePath);
5812 if (-1 == stat(executablePath, &executableStat)) {
5830 executablePath, strerror(localErrno));
5839 executablePath);
5846 executablePath);
5847 executableFD = open(executablePath, O_RDONLY);
5865 executablePath, strerror(localErrno));
5896 executablePath, (unsigne
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dosxverifier.cpp128 UnixPlusPlus::AutoFileDesc fd(code->executablePath(), O_RDONLY);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dosxcode.cpp113 string ExecutableTool::executablePath() const function in class:Security::ExecutableTool
127 secdebug("bundle", "%p Bundle from path %s(%s)", this, path, executablePath().c_str());
147 string Bundle::executablePath() const function in class:Security::Bundle
247 string OSXCodeWrap::executablePath() const function in class:Security::OSXCodeWrap
H A Dosxcode.h52 virtual string executablePath() const = 0; // path to main executable file
69 string executablePath() const;
87 string executablePath() const;
125 string executablePath() const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dosxverifier.cpp128 UnixPlusPlus::AutoFileDesc fd(code->executablePath(), O_RDONLY);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.cpp113 string ExecutableTool::executablePath() const function in class:Security::ExecutableTool
127 secdebug("bundle", "%p Bundle from path %s(%s)", this, path, executablePath().c_str());
147 string Bundle::executablePath() const function in class:Security::Bundle
247 string OSXCodeWrap::executablePath() const function in class:Security::OSXCodeWrap
H A Dosxcode.h52 virtual string executablePath() const = 0; // path to main executable file
69 string executablePath() const;
87 string executablePath() const;
125 string executablePath() const;
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokend.cpp114 mMe->executablePath().c_str(), mReaderName.c_str(), protocol);
115 execl(mMe->executablePath().c_str(),
116 mMe->executablePath().c_str(),
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DResourceHandleManager.cpp111 char executablePath[MAX_PATH]; local
117 || FAILED(::GetModuleFileNameA(0, executablePath, MAX_PATH)))
120 ::PathRemoveExtensionA(executablePath);
121 LPSTR executableName = ::PathFindFileNameA(executablePath);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.mm114 NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginPackage.mm65 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[nsBundle executablePath]];
/macosx-10.10/WebKit2-7600.1.25/Shared/efl/
H A DProcessExecutablePathEfl.cpp42 String executablePath; local
45 executablePath = WebCore::pathByAppendingComponent(String::fromUTF8(execDirectory), processName);
46 if (WebCore::fileExists(executablePath))
47 return executablePath;
60 executablePath = WebCore::pathByAppendingComponent(String::fromUTF8(executablePathPtr), processName);
61 if (WebCore::fileExists(executablePath))
62 return executablePath;
65 executablePath = WebCore::pathByAppendingComponent(String(LIBEXECDIR), processName);
66 ASSERT(WebCore::fileExists(executablePath));
67 return executablePath;
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DProcessExecutablePathGtk.cpp40 CString executablePath = getCurrentExecutablePath(); local
41 if (!executablePath.isNull())
42 return directoryName(filenameToString(executablePath.data()));
55 static String executablePath = getExecutablePath(); local
56 if (!executablePath.isNull()) {
57 String processPath = pathByAppendingComponent(executablePath, processName);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/efl/
H A DProcessLauncherEfl.cpp40 static Vector<std::unique_ptr<char[]>> createArgsArray(const String& prefix, const String& executablePath, const String& socket, const String& pluginPath) argument
42 ASSERT(!executablePath.isEmpty());
48 splitArgs.append(executablePath);
76 String processCmdPrefix, executablePath, pluginPath; local
79 executablePath = executablePathOfWebProcess();
83 executablePath = executablePathOfPluginProcess();
89 executablePath = executablePathOfNetworkProcess();
101 auto args = createArgsArray(processCmdPrefix, executablePath, String::number(sockets[0]), pluginPath);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp62 String executablePath, pluginPath; local
66 executablePath = executablePathOfWebProcess();
69 executablePath = executablePathOfPluginProcess();
71 executablePath.append('2');
77 executablePath = executablePathOfNetworkProcess();
85 realExecutablePath = fileSystemRepresentation(executablePath);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.h43 DynamicLinkerEnvironmentExtractor(NSString *executablePath, cpu_type_t architecture);
H A DDynamicLinkerEnvironmentExtractor.mm37 DynamicLinkerEnvironmentExtractor::DynamicLinkerEnvironmentExtractor(NSString *executablePath, cpu_type_t architecture)
38 : m_executablePath(executablePath)
H A DProcessLauncherMac.mm103 DynamicLinkerEnvironmentExtractor environmentExtractor([[NSBundle mainBundle] executablePath], _NSGetMachExecuteHeader()->cputype);
119 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
127 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
134 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
244 xpc_dictionary_set_string(bootstrapMessage.get(), "framework-executable-path", [[[NSBundle bundleWithIdentifier:@"com.apple.WebKit"] executablePath] fileSystemRepresentation]);
447 NSString *frameworkExecutablePath = [webKitBundle executablePath];
448 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm83 const char* frameworkExecutablePath = [[webKit2Bundle executablePath] fileSystemRepresentation];
86 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
99 DynamicLinkerEnvironmentExtractor environmentExtractor([[NSBundle mainBundle] executablePath], _NSGetMachExecuteHeader()->cputype);
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp414 const char* executablePath = mainExecutableLayout->getFilePath(); local
415 char newPath[strlen(executablePath) + strlen(dependentPath)+2];
416 if ( (fgFileSystemRoot != NULL) && (strncmp(executablePath, fgFileSystemRoot, strlen(fgFileSystemRoot)) == 0) ) {
417 // executablePath already has rootPath prefix, need to remove that to get to base virtual path
418 strcpy(newPath, &executablePath[strlen(fgFileSystemRoot)]);
421 strcpy(newPath, executablePath);
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld.cpp2735 const char* executablePath = sExecPath; local
2736 char newPath[strlen(executablePath) + strlen(path)];
2737 strcpy(newPath, executablePath);
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_commands.c722 CFStringRef executablePath = NULL; // must release local
725 executablePath = copyKextExecutablePath(theKext, pathSpec);
726 if (!executablePath) {
731 executablePathCString = createUTF8CStringForCFString(executablePath);
742 SAFE_RELEASE(executablePath);
H A Dkextfind_main.c667 char executablePath[PATH_MAX]; local
679 /* resolveToBase? */ true, (UInt8 *)executablePath,
680 sizeof(executablePath))) {
685 result = fat_iterator_open(executablePath, /* macho_only? */ true);
H A Dkextfind_query.c1708 CFStringRef executablePath = NULL; // must release local
1759 executablePath = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
1783 if (executablePath) {
1785 executablePath, CFRangeMake(0, CFStringGetLength(scratch)), 0);
1831 SAFE_RELEASE(executablePath);
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLparser.c6609 const char* executablePath = _dyld_get_image_name(0); local
6610 if (!executablePath)
6614 const char* executableName = strrchr(executablePath, '/');

Completed in 405 milliseconds

12