Loading adb/adb_io_test.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -28,7 +28,6 @@ #include <string> #include <string> #include <android-base/file.h> #include <android-base/file.h> #include <android-base/test_utils.h> // All of these tests fail on Windows because they use the C Runtime open(), // All of these tests fail on Windows because they use the C Runtime open(), // but the adb_io APIs expect file descriptors from adb_open(). This could // but the adb_io APIs expect file descriptors from adb_open(). This could Loading adb/adb_utils_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,8 +30,8 @@ #include "sysdeps.h" #include "sysdeps.h" #include <android-base/file.h> #include <android-base/macros.h> #include <android-base/macros.h> #include <android-base/test_utils.h> #ifdef _WIN32 #ifdef _WIN32 static std::string subdir(const char* parent, const char* child) { static std::string subdir(const char* parent, const char* child) { Loading adb/client/adb_install.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "android-base/file.h" #include "android-base/file.h" #include "android-base/stringprintf.h" #include "android-base/stringprintf.h" #include "android-base/strings.h" #include "android-base/strings.h" #include "android-base/test_utils.h" #include "client/file_sync_client.h" #include "client/file_sync_client.h" #include "commandline.h" #include "commandline.h" #include "fastdeploy.h" #include "fastdeploy.h" Loading adb/sysdeps/stat_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,7 +16,7 @@ #include <string> #include <string> #include <android-base/test_utils.h> #include <android-base/file.h> #include <gtest/gtest.h> #include <gtest/gtest.h> #include "adb_utils.h" #include "adb_utils.h" Loading adb/sysdeps_win32_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ #include "sysdeps.h" #include "sysdeps.h" #include <android-base/test_utils.h> #include <android-base/file.h> TEST(sysdeps_win32, adb_getenv) { TEST(sysdeps_win32, adb_getenv) { // Insert all test env vars before first call to adb_getenv() which will // Insert all test env vars before first call to adb_getenv() which will Loading Loading
adb/adb_io_test.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -28,7 +28,6 @@ #include <string> #include <string> #include <android-base/file.h> #include <android-base/file.h> #include <android-base/test_utils.h> // All of these tests fail on Windows because they use the C Runtime open(), // All of these tests fail on Windows because they use the C Runtime open(), // but the adb_io APIs expect file descriptors from adb_open(). This could // but the adb_io APIs expect file descriptors from adb_open(). This could Loading
adb/adb_utils_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,8 +30,8 @@ #include "sysdeps.h" #include "sysdeps.h" #include <android-base/file.h> #include <android-base/macros.h> #include <android-base/macros.h> #include <android-base/test_utils.h> #ifdef _WIN32 #ifdef _WIN32 static std::string subdir(const char* parent, const char* child) { static std::string subdir(const char* parent, const char* child) { Loading
adb/client/adb_install.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,6 @@ #include "android-base/file.h" #include "android-base/file.h" #include "android-base/stringprintf.h" #include "android-base/stringprintf.h" #include "android-base/strings.h" #include "android-base/strings.h" #include "android-base/test_utils.h" #include "client/file_sync_client.h" #include "client/file_sync_client.h" #include "commandline.h" #include "commandline.h" #include "fastdeploy.h" #include "fastdeploy.h" Loading
adb/sysdeps/stat_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,7 +16,7 @@ #include <string> #include <string> #include <android-base/test_utils.h> #include <android-base/file.h> #include <gtest/gtest.h> #include <gtest/gtest.h> #include "adb_utils.h" #include "adb_utils.h" Loading
adb/sysdeps_win32_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ #include "sysdeps.h" #include "sysdeps.h" #include <android-base/test_utils.h> #include <android-base/file.h> TEST(sysdeps_win32, adb_getenv) { TEST(sysdeps_win32, adb_getenv) { // Insert all test env vars before first call to adb_getenv() which will // Insert all test env vars before first call to adb_getenv() which will Loading