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

  /external/chromium_org/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/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/protobuf/gtest/test/
gtest-filepath_test.cc 316 char current_drive[_MAX_PATH]; // NOLINT local
317 current_drive[0] = static_cast<char>(_getdrive() + 'A' - 1);
318 current_drive[1] = ':';
319 current_drive[2] = '\\';
320 current_drive[3] = '\0';
321 EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
  /ndk/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 56 milliseconds