Loading fs_mgr/fs_mgr_boot_config.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -55,8 +55,6 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) { if (android::base::ReadFileToString(file_name, out_val)) { if (android::base::ReadFileToString(file_name, out_val)) { return true; return true; } } LINFO << "Error finding '" << key << "' in device tree"; } } return false; return false; Loading Loading
fs_mgr/fs_mgr_boot_config.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -55,8 +55,6 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) { if (android::base::ReadFileToString(file_name, out_val)) { if (android::base::ReadFileToString(file_name, out_val)) { return true; return true; } } LINFO << "Error finding '" << key << "' in device tree"; } } return false; return false; Loading