Searched defs:make_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/
H A Dextension_resource_unittest.cc138 base::FilePath make_path; local
139 make_path = l10n_path.AppendASCII(locales[i]);
140 ASSERT_TRUE(base::CreateDirectory(make_path));
141 ASSERT_TRUE(base::WriteFile(make_path.AppendASCII(filename),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_test_util.cc15 std::string make_path(std::string a, std::string b) { function in namespace:extensions::__anon3944
43 pref_->SetString(make_path(schema::kWildcard, schema::kInstallationMode),
54 pref_->Remove(make_path(it.key(), schema::kInstallationMode), NULL);
55 pref_->Remove(make_path(it.key(), schema::kUpdateUrl), NULL);
65 pref_->SetString(make_path(id, schema::kInstallationMode),
67 pref_->Remove(make_path(id, schema::kUpdateUrl), NULL);
75 pref_->SetString(make_path(id, schema::kInstallationMode),
77 pref_->SetString(make_path(id, schema::kUpdateUrl), update_url);
/external/mksh/src/
H A Dmisc.c62 static int make_path(const char *, const char *, char **, XString *, int *);
1595 make_path(const char *cwd, const char *file, function
1877 /* only a first guess; make_path will enlarge xs if necessary */
1885 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);

Completed in 184 milliseconds