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

/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DProcessExecutablePathGtk.cpp45 String processPath = pathByAppendingComponent(filenameToString(execDirectory), processName); local
46 if (fileExists(processPath))
47 return processPath;
61 String processPath = pathByAppendingComponent(executablePath, processName); local
62 if (fileExists(processPath))
63 return processPath;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprocess.c337 char processPath[1024], /* CFProcessPath environment variable */ local
382 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s",
385 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s/%s",
389 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s", command);
391 envp[0] = processPath; /* Replace <CFProcessPath> string */
H A Dcupsfilter.c791 char processPath[1024], /* CFProcessPath environment variable */ local
811 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s",
814 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s/%s",
818 snprintf(processPath, sizeof(processPath), "CFProcessPath=%s", filter);
820 envp[0] = processPath; /* Replace <CFProcessPath> string */
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/
H A DWebMemorySamplerLinux.cpp90 char processPath[maxProcessPath]; local
91 snprintf(processPath, maxProcessPath, "/proc/self/statm");
92 FILE* statmFileDescriptor = fopen(processPath, "r");
111 char processPath[maxProcessPath]; local
112 snprintf(processPath, maxProcessPath, "/proc/self/status");
113 FILE* statusFileDescriptor = fopen(processPath, "r");
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm114 NSString *processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"PluginProcess.app"];
115 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
121 NSString *processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"WebProcess.app"];
122 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
126 NSString *processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"NetworkProcess.app"];
127 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
391 NSString *processPath = nil;
394 processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"WebProcess.app"];
398 processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"PluginProcess.app"];
403 processPath
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm83 NSString *processPath = [webKit2Bundle pathForAuxiliaryExecutable:@"PluginProcess.app"];
84 NSString *processAppExecutablePath = [[NSBundle bundleWithPath:processPath] executablePath];
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c760 const char *processPath; local
763 processPath = _CFProcessPath();
764 if (processPath) {
765 str = CFStringCreateWithFileSystemRepresentation(kCFAllocatorSystemDefault, processPath);
876 const char *processPath; local
880 processPath = _CFProcessPath();
881 if (processPath) {
882 str = CFStringCreateWithFileSystemRepresentation(kCFAllocatorSystemDefault, processPath);
3882 const char *processPath = _CFProcessPath(); local
3900 if (curName && (!processPath ||
3944 const char *processPath = _CFProcessPath(); local
[all...]

Completed in 238 milliseconds