Lines Matching defs:file
4 * you may not use this file except in compliance with the License.
199 for (auto file : files) {
200 if (file.empty()) {
203 if (!IsNumericStr(file)) {
207 if (!IsUserPid(file)) {
212 StrToInt(file, pid);
219 bool DumpCommonUtils::GetLinesInFile(const std::string& file, std::vector<std::string>& lines)
222 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(file, false, false, [&](const std::string& line) -> void {
298 std::string file = filesysdir;
300 if (!GetLinesInFile(file, lines)) {