Home | History | Annotate | Download | only in tf_daemon

Lines Matching defs:baseDir

404    LogInfo("-storageDir <baseDir>  Set the directory where the data will be stored; this directory");
1191 char * baseDir = NULL;
1241 if (baseDir != NULL)
1246 baseDir = malloc(strlen(argv[0])+1); /* Zero-terminated string */
1247 if (baseDir == NULL)
1253 strcpy(baseDir, argv[0]);
1259 g_pPartitionNames[i] = malloc(strlen(baseDir) + 1 /* separator */ + sizeof("Store_X.tf"));
1262 sprintf(g_pPartitionNames[i], "%s%cStore_%1X.tf", baseDir, PATH_SEPARATOR, i);
1266 free(baseDir);
1302 if (baseDir == NULL)
1309 if (static_checkStorageDirAndAccessRights(baseDir) != 0)