Home | History | Annotate | Download | only in base

Lines Matching defs:base

5 #include "base/basictypes.h"
6 #include "base/file_path.h"
7 #include "base/file_util.h"
8 #include "base/utf_string_conversions.h"
609 const FilePath base(FPL("blah"));
625 FilePath result(base);
630 EXPECT_EQ(base.Append(cases[i].expected).value(), result.value()) <<
703 FilePath base = jpg.BaseName().RemoveExtension();
704 EXPECT_EQ(FILE_PATH_LITERAL("foo"), base.value());
706 FilePath path_no_ext = base_dir.Append(base);