Home
last modified time | relevance | path

Searched refs:ret_size (Results 1 - 5 of 5) sorted by relevance

/developtools/integration_verification/cases/daily/mini_system/
H A DL2_mini_system_test.py180 ret_size = GetDirSize(target_dir)/1024/1024 variable
181 PrintToLog('Size of system is :{:.2f}M'.format(ret_size))
182 if ret_size > 50:
183 PrintToLog('ERROR: Size of system({:.2f}M) is over the upper limit(50M)'.format(ret_size))
188 ret_size = GetDirSize(target_dir)/1024/1024 variable
189 PrintToLog('Size of data is :{:.2f}M'.format(ret_size))
190 if ret_size > 50:
191 PrintToLog('ERROR: Size of data({:.2f}M) is over the upper limit(50M)'.format(ret_size))
196 ret_size = GetDirSize(target_dir)/1024/1024 variable
197 PrintToLog('Size of updater is :{:.2f}M'.format(ret_size))
204 ret_size = GetDirSize(target_dir)/1024/1024 global() variable
[all...]
H A Drk3568_chipset_only_test.py174 ret_size = GetDirSize(target_dir)/1024/1024 variable
175 PrintToLog('Size of system is :{:.2f}M'.format(ret_size))
176 if ret_size > 50:
177 PrintToLog('ERROR: Size of system({:.2f}M) is over the upper limit(50M)'.format(ret_size))
182 ret_size = GetDirSize(target_dir)/1024/1024 variable
183 PrintToLog('Size of data is :{:.2f}M'.format(ret_size))
184 if ret_size > 50:
185 PrintToLog('ERROR: Size of data({:.2f}M) is over the upper limit(50M)'.format(ret_size))
190 ret_size = GetDirSize(target_dir)/1024/1024 variable
191 PrintToLog('Size of updater is :{:.2f}M'.format(ret_size))
198 ret_size = GetDirSize(target_dir)/1024/1024 global() variable
[all...]
H A DL1_mini_system_test.py154 ret_size = GetDirSize(target_dir)/1024/1024 variable
155 PrintToLog('Size of rootfs is ({:.2f}M)'.format(ret_size))
156 if ret_size > 15:
157 PrintToLog('ERROR: Size of rootfs({:.2f}M) is over the upper limit(15M)'.format(ret_size))
162 ret_size = GetDirSize(target_dir)/1024/1024 variable
163 PrintToLog('Size of userfs is ({:.2f}M)'.format(ret_size))
164 if ret_size > 15:
165 PrintToLog('ERROR: Size of userfs({:.2f}M) is over the upper limit(15M)'.format(ret_size))
H A DL0_mini_system_test.py122 ret_size = os.path.getsize(target_file)/1024/1024 variable
123 PrintToLog('Size of OHOS_image.bin : {:.2f}M'.format(ret_size))
124 if ret_size > 1:
125 PrintToLog('ERROR: Size of OHOS_image.bin ({:.2f}M) is over the upper limit(1M)'.format(ret_size))
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h10423 u8 ret_size; member
[all...]

Completed in 440 milliseconds