Searched refs:folder_path (Results 1 – 6 of 6) sorted by relevance
60 base::FilePath folder_path = folders_queue_.front(); in ProcessFoldersBatch() local67 folder_path.AppendASCII(kPicasaINIFilename), in ProcessFoldersBatch()70 folder_path.AppendASCII(kPicasaINIFilenameLegacy), in ProcessFoldersBatch()75 folders_inis_.back().folder_path = folder_path; in ProcessFoldersBatch()
38 folder_ini.folder_path = base::FilePath(FILE_PATH_LITERAL("/foo/baz")); in TEST()67 folder_ini.folder_path = base::FilePath(FILE_PATH_LITERAL("/foo/baz")); in TEST()72 folder_ini.folder_path = base::FilePath(FILE_PATH_LITERAL("/foo/second")); in TEST()83 folder_ini.folder_path = base::FilePath(FILE_PATH_LITERAL("/foo/third")); in TEST()128 folder_ini.folder_path = base::FilePath(FILE_PATH_LITERAL("/foo/baz")); in TEST()
27 const base::FilePath& folder_path, AlbumImagesMap* albums_images) in PicasaINIParser() argument28 : folder_path_(folder_path), in PicasaINIParser()108 PicasaINIParser parser(it->folder_path, &albums_images_); in ParseFolderINI()
93 base::FilePath folder_path; member97 return folder_path < that.folder_path;
64 IPC_STRUCT_TRAITS_MEMBER(folder_path)
2150 const std::string folder_path = base_path + "apptest/"; in IN_PROC_BROWSER_TEST_F() local2152 const std::string file_path2 = folder_path + "basic.html"; in IN_PROC_BROWSER_TEST_F()2197 blacklist.Append(new base::StringValue(folder_path)); in IN_PROC_BROWSER_TEST_F()