Home
last modified time | relevance | path

Searched refs:otherFile (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatistics.ts81 otherFile: Utils.getBinaryByteWithUnit(item.otherFile),
110 otherFile: 0,
123 fileStatisticsObj.otherFile += item.otherFile;
134 otherFile: item.otherFile,
149 fileStatisticsAllNode.otherFile += item.otherFile;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatistics.ts81 otherFile: Utils.getBinaryByteWithUnit(item.otherFile),
110 otherFile: 0,
123 fileStatisticsObj.otherFile += item.otherFile;
134 otherFile: item.otherFile,
149 fileStatisticsAllNode.otherFile += item.otherFile;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatistics.test.ts134 otherFile: '0 Bytes',
155 otherFile: '0 Bytes',
158 otherFile: true,
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java788 …private File generateHapFile(FileType abc, FileType so, FileType an, FileType otherFile) throws IO… in generateHapFile() argument
818 if (FileType.FILE_UNCOMPRESSED.equals(otherFile)) { in generateHapFile()
820 } else if (FileType.FILE_COMPRESSED.equals(otherFile)) { in generateHapFile()