Searched refs:FileName (Results 1 - 14 of 14) sorted by relevance

/external/jhead/
H A Djhead.c294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
352 static void DoCommand(const char * FileName, int ShowIt)
362 // (a is the number of characters to copy from FileName)
363 a = strlen(FileName)-1;
364 while(a > 0 && FileName[a-1] != SLASH) a--;
365 memcpy(TempName, FileName, a);
379 e += shellescape(ExecString+e, FileName);
410 unlink(FileName);
411 rename(TempName, FileName);
480 void RenameAssociated(const char * FileName, cha
[all...]
H A Djhead.h74 char FileName [PATH_MAX+1]; member in struct:__anon1884
217 void MyGlob(const char * Pattern , void (*FileFuncParm)(const char * FileName));
222 int EnsurePathExists(const char * FileName);
229 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode);
234 int WriteJpegFile(const char * FileName);
H A Djpgfile.c329 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode) argument
334 infile = fopen(FileName, "rb"); // Unix ignores 'b', windows needs it.
337 LOGE("can't open '%s'", FileName);
338 fprintf(stderr, "can't open '%s'\n", FileName);
346 LOGE("Not JPEG: %s", FileName);
347 fprintf(stderr,"Not JPEG: %s\n",FileName);
529 int WriteJpegFile(const char * FileName) argument
539 outfile = fopen(FileName,"wb");
H A Dmain.c69 static int loadExifInfo(const char* FileName, int readJPG) { argument
94 if (stat(FileName, &st) >= 0) {
100 strncpy(ImageInfo.FileName, FileName, PATH_MAX);
104 return ReadJpegFile(FileName, ReadMode);
H A Dexif.c1506 printf("File name : %s\n",ImageInfo.FileName);
1780 printf("\"%s\"",ImageInfo.FileName);
/external/netperf/
H A Dnetserver.c174 char FileName[PATH_MAX]; /* for opening the debug log file */ local
175 strcpy(FileName, DEBUG_LOG_FILE);
179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
180 if ((where = fopen(FileName, "w")) == NULL) {
185 chmod(FileName,0644);
797 char FileName[PATH_MAX]; /* for opening the debug log file */ local
918 strcpy(FileName, DEBUG_LOG_FIL
[all...]
/external/srec/srec/include/
H A Dann_util.h76 void save_annotations(annotate_info* hAnnotation, char* FileName);
/external/freetype/include/freetype/
H A Dtttables.h453 FT_Char FileName[6]; member in struct:TT_PCLT_
/external/bluetooth/glib/gio/win32/
H A Dgwin32directorymonitor.c123 file_name = g_utf16_to_utf8 (pfile_notify_walker->FileName, pfile_notify_walker->FileNameLength / sizeof(WCHAR), NULL, &file_name_len, NULL);
/external/giflib/
H A Dgif_lib.h250 extern int DumpScreen2Gif(const char *FileName,
H A Ddgif_lib.c67 DGifOpenFileName(const char *FileName) { argument
71 if ((FileHandle = open(FileName, O_RDONLY
/external/srec/srec/ca/
H A Dann_api.c174 void CA_SaveAnnotation(CA_Annotation* hAnnotation, char* FileName) argument
185 save_annotations(hAnnotation->data, FileName);
/external/freetype/src/sfnt/
H A Dttload.c1151 FT_FRAME_BYTES ( FileName, 6 ),
/external/v8/src/
H A Dplatform-win32.cc1279 symbol->Name, Line.FileName, Line.LineNumber,

Completed in 151 milliseconds