Home | History | Annotate | Download | only in logcat

Lines Matching refs:file_ok

1365         bool file_ok = android::base::ReadFileToString(file_name, &file);
1368 if (!file_ok || !file.compare(setId)) setId = nullptr;