Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:tmpDir

413         o.tmpDir    = options[TEMPDIR].value;
415 o.tmpDir = o.targetDir;
533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = "";
559 uprv_strcpy(tmpDir, o->tmpDir);
560 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
562 uprv_strcpy(datFileNamePath, tmpDir);
672 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
696 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1277 o->tmpDir,
1309 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1367 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);
1451 uprv_strcpy(staticLibFilePath, o->tmpDir);
1492 uprv_strcpy(tmpResFilePath, o->tmpDir);