Lines Matching refs:tmpDir
430 o.tmpDir = options[TEMPDIR].value; in main()
432 o.tmpDir = o.targetDir; in main()
556 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
584 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
585 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
587 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
713 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); in pkg_executeOptions()
748 …writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchA… in pkg_executeOptions()
1580 o->tmpDir, in pkg_createWithoutAssemblyCode()
1617 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode()
1679 …writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName … in pkg_createWithoutAssemblyCode()
1815 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()