Searched refs:kLongDirName (Results 1 – 1 of 1) sorted by relevance
597 const FilePath::CharType kLongDirName[] = FPL("A long path"); in TEST_F() local599 FilePath long_test_dir = temp_dir_.GetPath().Append(kLongDirName); in TEST_F()610 ASSERT_STRNE(kLongDirName, short_test_dir.BaseName().value().c_str()); in TEST_F()614 EXPECT_STREQ(kLongDirName, temp_file.DirName().BaseName().value().c_str()); in TEST_F()