OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:non_drive
(Results
1 - 2
of
2
) sorted by null
/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
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 193 milliseconds