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

  /external/chromium/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/chromium_org/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/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/protobuf/gtest/test/
gtest-filepath_test.cc 333 char non_drive[_MAX_PATH]; // NOLINT local
334 non_drive[0] = drive;
335 non_drive[1] = ':';
336 non_drive[2] = '\\';
337 non_drive[3] = '\0';
338 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
  /ndk/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 1933 milliseconds