HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 1 - 4 of 4) sorted by null

  /external/netperf/
netserver.c 174 char FileName[PATH_MAX]; /* for opening the debug log file */
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 */
918 strcpy(FileName, DEBUG_LOG_FILE)
    [all...]
  /external/freetype/include/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]
  /external/jhead/
jhead.h 74 char FileName [PATH_MAX+1];
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);
  /prebuilt/common/ant/
ant.jar 

Completed in 118 milliseconds