Lines Matching refs:flashUse
950 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) {
952 " flashUse: %d\n"
954 app->flashUse,
1251 app->flashUse = NANOHUB_MEM_SZ_UNKNOWN;
1252 else if (len == sizeof(app->flashUse))
1253 app->flashUse = buf.readU32();
1313 (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN ? ((app->flashUse+3)&~3) : 4);
1323 // if (!app->chre || !app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN)
1324 if (!app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN)
1331 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) {
1334 range.total_bytes = app->flashUse;
1359 !app->running && app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) {