Home
last modified time | relevance | path

Searched refs:kLongDirName (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_util_unittest.cc597 const FilePath::CharType kLongDirName[] = FPL("A long path"); in TEST_F() local
599 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()