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

123

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dfiletools.h27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
30 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar);
H A Dfiletools.cpp43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { argument
46 if (filePath == NULL || checkAgainst == NULL) {
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath);
89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst);
130 swapFileSepChar(char *filePath, const char oldFileSepChar, const char newFileSepChar) { argument
131 for (int32_t i = 0, length = uprv_strlen(filePath); i < length; i++) {
132 filePath[i] = (filePath[i] == oldFileSepChar ) ? newFileSepChar : filePath[
[all...]
/macosx-10.10.1/Security-57031.1.35/certificates/CertificateTool/CertificateTool/
H A DPSCertKey.h19 - (id)initWithCertFilePath:(NSString *)filePath;
H A DPSCerts.h20 - (id)initWithCertFilePath:(NSString *)filePath withFlags:(NSNumber *)flags;
H A DPSCert.h28 - (id)initWithCertFilePath:(NSString *)filePath withFlags:(NSNumber*)flags;
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DPSCert.h20 - (id)initWithCertFilePath:(NSString *)filePath;
H A DPSCertKey.h19 - (id)initWithCertFilePath:(NSString *)filePath;
H A DPSCerts.h20 - (id)initWithCertFilePath:(NSString *)filePath forBadCerts:(BOOL)forBad;
/macosx-10.10.1/WebKit2-7600.1.25/Scripts/
H A Dgenerate-forwarding-headers.pl67 my $filePath = $File::Find::name;
69 if ($filePath =~ '\.h$|\.cpp$|\.c$|\.mm$') {
70 open(FILE, "<$file") or die "Could not open $filePath.\n";
81 my $filePath = $File::Find::name;
83 if ($filePath =~ '\.h$' && $filePath !~ "ForwardingHeaders" && grep{$file eq $_} keys %neededHeaders) {
84 my $headerPath = substr($filePath, length(File::Spec->catfile($srcRoot, $frameworkDirectoryName)) + 1 );
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DiOSforOSX.c51 CFStringRef filePath = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%s/%@"), "Library/Keychains", file); local
52 require(filePath, xit);
59 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, pathURL, filePath, false);
62 CFReleaseSafe(filePath);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DiOSforOSX.c51 CFStringRef filePath = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%s/%@"), "Library/Keychains", file); local
52 require(filePath, xit);
59 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, pathURL, filePath, false);
62 CFReleaseSafe(filePath);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certsFromDb/
H A DcertsFromDb.cpp31 char filePath[300]; local
122 sprintf(filePath, "%s_%d", fileBase, certNum);
123 rtn = writeFile(filePath, theData.Data, theData.Length);
127 filePath);
131 printf("***Error writing %s: %s\n", filePath, strerror(rtn));
158 sprintf(filePath, "%s_%d", fileBase, certNum);
159 rtn = writeFile(filePath, theData.Data, theData.Length);
163 filePath);
167 printf("***Error writing %s: %s\n", filePath, strerror(rtn));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkernelcache.h46 const char * filePath,
67 const char * filePath,
73 const char * filePath,
81 const char * filePath,
H A Dkernelcache.c40 const char * filePath,
63 strlcpy(tmpPath, filePath, sizeof(tmpPath));
146 filePath);
150 if (rename(tmpPathPtr, filePath) != 0) {
154 tmpPathPtr, filePath, strerror(errno));
162 if (utimes(filePath, fileTimes)) {
165 "Can't update mod time of %s - %s.", filePath, strerror(errno));
351 const char * filePath,
360 fileDescriptor = open(filePath, O_RDONLY);
446 const char * filePath,
39 writeFatFile( const char * filePath, CFArrayRef fileSlices, CFArrayRef fileArchs, mode_t fileMode, const struct timeval fileTimes[2]) argument
350 readFatFileArchsWithPath( const char * filePath, CFMutableArrayRef * archsOut) argument
445 readMachOSlices( const char * filePath, CFMutableArrayRef * slicesOut, CFMutableArrayRef * archsOut, mode_t * modeOut, struct timeval machOTimesOut[2]) argument
544 readMachOSliceForArch( const char * filePath, const NXArchInfo * archInfo, Boolean checkArch) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dconvlib.tcl60 set filePath [lindex $auto_index($procName) 1]
61 set fileName [file tail $filePath]
64 lappend fileTbl($filePath) $procName
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfilecmds.c28 char *filePath,
117 * o filePath (I) - Path to file.
124 TruncateByPath (interp, filePath, newSize)
126 char *filePath;
134 filePath = Tcl_TranslateFileName (interp, filePath, &pathBuf);
135 if (filePath == NULL) {
139 if (truncate (filePath, newSize) != 0) {
140 TclX_AppendObjResult (interp, filePath, ": ", Tcl_PosixError (interp),
H A DtclXchmod.c225 char *filePath;
234 filePath = Tcl_TranslateFileName (interp, fileName, &pathBuf);
235 if (filePath == NULL) {
241 if (stat (filePath, &fileStat) != 0)
250 if (TclXOSchmod (interp, filePath, (unsigned short) newMode) < 0)
257 TclX_AppendObjResult (interp, filePath, ": ",
223 char *filePath; local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp64 Eina_Strbuf* filePath = eina_strbuf_new(); local
65 eina_strbuf_append(filePath, TEST_RESOURCES_DIR);
66 eina_strbuf_append(filePath, path);
68 Eina_File* f = eina_file_open(eina_strbuf_string_get(filePath), false);
69 eina_strbuf_free(filePath);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSPosix.h60 extern int ParseDNSServers(mDNS *m, const char *filePath);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dmechanism.c209 char filePath[PATH_MAX]; local
211 snprintf(filePath, sizeof(filePath), "%s/%s.bundle", base, plugin);
213 require(realpath(filePath, realPath) != NULL, done);
216 if (access(filePath, F_OK) == 0) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/makeExpiredCerts/
H A DmakeExpiredCerts.cpp78 char filePath[pathLen]; local
79 sprintf(filePath, "%s/%s", dstDir, fileName);
80 if(writeFile(filePath, certData->Data, certData->Length)) {
81 printf("***Error writing cert to %s\n", filePath);
85 printf("...wrote %lu bytes to %s.\n", (unsigned long)certData->Length, filePath);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFileUploadPanel.mm145 - (instancetype)initWithFilePath:(NSString *)filePath originalImage:(UIImage *)originalImage;
153 - (instancetype)initWithFilePath:(NSString *)filePath originalImage:(UIImage *)originalImage
157 _filePath = filePath;
181 - (instancetype)initWithFilePath:(NSString *)filePath mediaURL:(NSURL *)mediaURL;
189 - (instancetype)initWithFilePath:(NSString *)filePath mediaURL:(NSURL *)mediaURL
193 _filePath = filePath;
583 NSString *filePath = [mediaURL path];
584 successBlock(adoptNS([[_WKVideoFileUploadItem alloc] initWithFilePath:filePath mediaURL:mediaURL]).get());
608 NSString *filePath = [temporaryDirectory stringByAppendingPathComponent:kUploadImageName];
609 if (!filePath) {
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/macosx-10.10.1/modemccl-25.1/
H A Dcclparser.m337 NSString* filePath;
340 filePath = [folderPath stringByAppendingPathComponent:curFileName];
341 if (![fileMan fileExistsAtPath:filePath isDirectory:&isDir]) {
342 NSLog(@"Warning: %@ doesn't seem to exist", filePath);
350 retVal&= [self processCCLBundle: filePath];
353 if ([[filePath lastPathComponent] hasPrefix:@"."])
359 CFURLRef url = (CFURLRef)[NSURL fileURLWithPath:filePath];
366 NSLog(@"skipping %@: error %d getting item info",filePath,errn);
374 displayName = [fileMan displayNameAtPath:filePath];
375 retVal&= [self processFlatCCL:filePath name
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp37 encoder << filePath; local
62 if (!decoder.decode(result.filePath))

Completed in 285 milliseconds

123