Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dauto_launch_util.cc53 std::vector<base::FilePath> data_dir_paths; in ProfileToKeyName() local
54 product.GetUserDataPaths(&data_dir_paths); in ProfileToKeyName()
55 if (!data_dir_paths.empty()) in ProfileToKeyName()
56 path = data_dir_paths[0]; in ProfileToKeyName()