Loading bluetooth/1.0/default/test/bluetooth_address_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ class BluetoothAddressTest : public ::testing::Test { void BluetoothAddressTest::FileWriteString(const char* path, const char* string) { int fd = open(path, O_CREAT | O_RDWR); int fd = open(path, O_CREAT | O_RDWR, 0600); EXPECT_TRUE(fd > 0) << "err = " << strerror(errno); size_t length = strlen(string); Loading Loading
bluetooth/1.0/default/test/bluetooth_address_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ class BluetoothAddressTest : public ::testing::Test { void BluetoothAddressTest::FileWriteString(const char* path, const char* string) { int fd = open(path, O_CREAT | O_RDWR); int fd = open(path, O_CREAT | O_RDWR, 0600); EXPECT_TRUE(fd > 0) << "err = " << strerror(errno); size_t length = strlen(string); Loading