Home | History | Annotate | Download | only in logcat

Lines Matching defs:setId

740     const char* setId = nullptr;
952 setId = (optctx.optarg && optctx.optarg[0]) ? optctx.optarg
1355 if (!!setId) {
1358 "--id='%s' requires -f as well\n", setId);
1366 android::base::WriteStringToFile(setId, file_name, S_IRUSR | S_IWUSR,
1368 if (!file_ok || !file.compare(setId)) setId = nullptr;
1452 if (clearLog || setId) {