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

  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 401 char non_drive[_MAX_PATH]; // NOLINT local
402 non_drive[0] = drive;
403 non_drive[1] = ':';
404 non_drive[2] = '\\';
405 non_drive[3] = '\0';
406 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /external/googletest/googletest/test/
gtest-filepath_test.cc 388 char non_drive[_MAX_PATH]; // NOLINT local
389 non_drive[0] = drive;
390 non_drive[1] = ':';
391 non_drive[2] = '\\';
392 non_drive[3] = '\0';
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 397 char non_drive[_MAX_PATH]; // NOLINT local
398 non_drive[0] = drive;
399 non_drive[1] = ':';
400 non_drive[2] = '\\';
401 non_drive[3] = '\0';
402 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /external/v8/testing/gtest/test/
gtest-filepath_test.cc 388 char non_drive[_MAX_PATH]; // NOLINT local
389 non_drive[0] = drive;
390 non_drive[1] = ':';
391 non_drive[2] = '\\';
392 non_drive[3] = '\0';
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 388 char non_drive[_MAX_PATH]; // NOLINT local
389 non_drive[0] = drive;
390 non_drive[1] = ':';
391 non_drive[2] = '\\';
392 non_drive[3] = '\0';
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 388 char non_drive[_MAX_PATH]; // NOLINT local
389 non_drive[0] = drive;
390 non_drive[1] = ':';
391 non_drive[2] = '\\';
392 non_drive[3] = '\0';
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 388 char non_drive[_MAX_PATH]; // NOLINT local
389 non_drive[0] = drive;
390 non_drive[1] = ':';
391 non_drive[2] = '\\';
392 non_drive[3] = '\0';
393 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());

Completed in 441 milliseconds