Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:tmpDir

407         o.tmpDir    = options[TEMPDIR].value;
409 o.tmpDir = o.targetDir;
533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = "";
561 uprv_strcpy(tmpDir, o->tmpDir);
562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
564 uprv_strcpy(datFileNamePath, tmpDir);
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1421 o->tmpDir,
1458 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1520 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);
1660 uprv_strcpy(tmpResFilePath, o->tmpDir);