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

  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 384 char current_drive[_MAX_PATH]; // NOLINT local
385 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
386 current_drive[1] = ':';
387 current_drive[2] = '\\';
388 current_drive[3] = '\0';
389 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/googletest/googletest/test/
gtest-filepath_test.cc 371 char current_drive[_MAX_PATH]; // NOLINT local
372 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
373 current_drive[1] = ':';
374 current_drive[2] = '\\';
375 current_drive[3] = '\0';
376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 380 char current_drive[_MAX_PATH]; // NOLINT local
381 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
382 current_drive[1] = ':';
383 current_drive[2] = '\\';
384 current_drive[3] = '\0';
385 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/v8/testing/gtest/test/
gtest-filepath_test.cc 371 char current_drive[_MAX_PATH]; // NOLINT local
372 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
373 current_drive[1] = ':';
374 current_drive[2] = '\\';
375 current_drive[3] = '\0';
376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 371 char current_drive[_MAX_PATH]; // NOLINT local
372 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
373 current_drive[1] = ':';
374 current_drive[2] = '\\';
375 current_drive[3] = '\0';
376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 371 char current_drive[_MAX_PATH]; // NOLINT local
372 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
373 current_drive[1] = ':';
374 current_drive[2] = '\\';
375 current_drive[3] = '\0';
376 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());

Completed in 797 milliseconds