Lines Matching full:meta_file_path
210 std::string meta_file_path;
213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name";
215 LOG(LS_INFO) << "Trying " + meta_file_path;
216 device_name = GetVideoDeviceNameK2_6(meta_file_path);
219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model";
221 LOG(LS_INFO) << "Trying " << meta_file_path;
222 device_name = GetVideoDeviceNameK2_6(meta_file_path);
225 meta_file_path = kVideoMetaPathK2_4 + device_file_name;
226 LOG(LS_INFO) << "Trying " << meta_file_path;
227 device_name = GetVideoDeviceNameK2_4(meta_file_path);