Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_unittest.cc445 FilePath::StringType long_name_str = FPL("long_name_"); in TEST_F() local
446 long_name_str.resize(target_length, '_'); in TEST_F()
448 FilePath long_name = sub_a.Append(FilePath(long_name_str)); in TEST_F()