Lines Matching refs:temp
59 private static final String TEMP_PATH = "temp";
155 String[] temp = utility.getHapPath().replace("\\", "/").split("/");
156 String hapName = temp[temp.length - 1];
693 String[] temp = filePath.replace("\\", "/").split("/");
695 if (temp.length > 0) {
696 hapName = temp[temp.length - 1];
919 byte[] temp = new byte[READ_BUFFER_SIZE];
922 while ((length = zis.read(temp, 0, READ_BUFFER_SIZE)) != -1) {
923 bos.write(temp, 0, length);
1555 * @param file Indicates the temp file to save input stream.