HomeSort by relevance Sort by last modified time
    Searched refs:info_file (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
connection_info_reader_unittest.cc 111 FilePath info_file("/non-existent-file");
112 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file));
117 &info_file);
118 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file));
126 &info_file);
127 EXPECT_CALL(reader_, GetConnectionInfoFilePath()).WillOnce(Return(info_file));
  /external/autotest/site_utils/
generate_test_report 203 for info_file, info_keys in {'ec_info.txt': ['fw_version'],
206 info_file_path = os.path.join(sysinfo_dir, info_file)

Completed in 170 milliseconds