HomeSort by relevance Sort by last modified time
    Searched refs:MakePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 253 base::FilePath MakePath(std::string dir) {
270 path = MakePath("new_auto");
289 path = MakePath("new_user");
301 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_auto"), NULL));
302 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_user"), NULL));
303 EXPECT_FALSE(gallery_prefs()->LookUpGalleryByPath(MakePath("other"), NULL));
307 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_auto"),
311 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_user"),
316 path = MakePath("other");
347 path = MakePath("new_auto")
    [all...]
  /external/chromium_org/ppapi/native_client/src/tools/
srpcgen.py 381 def MakePath(name):
411 MakePath(h_file_name)
418 MakePath(cc_file_name)

Completed in 185 milliseconds