HomeSort by relevance Sort by last modified time
    Searched defs:manifest_path (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 40 base::FilePath manifest_path = target_dir.AppendASCII(host_name + ".json"); local
41 JSONFileValueSerializer serializer(manifest_path);
52 manifest_key.WriteValue(NULL, manifest_path.value().c_str()));
native_process_launcher.cc 127 base::FilePath manifest_path = local
130 if (manifest_path.empty()) {
138 NativeMessagingHostManifest::Load(manifest_path, &error_message);
166 host_path = manifest_path.DirName().Append(host_path);
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 159 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename); local
160 JSONFileValueSerializer serializer(manifest_path);
convert_web_app.cc 122 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename); local
123 JSONFileValueSerializer serializer(manifest_path);
extension_icon_manager_unittest.cc 108 base::FilePath manifest_path = test_dir.AppendASCII( local
111 JSONFileValueSerializer serializer(manifest_path);
118 manifest_path.DirName(), Manifest::INVALID_LOCATION, *manifest.get(),
150 base::FilePath manifest_path = test_dir.AppendASCII( local
153 JSONFileValueSerializer serializer(manifest_path);
160 manifest_path.DirName(), Manifest::COMPONENT, *manifest.get(),
app_background_page_apitest.cc 57 base::FilePath manifest_path = app_dir_.path().AppendASCII("manifest.json"); local
58 int bytes_written = base::WriteFile(manifest_path,
extension_ui_unittest.cc 106 base::FilePath manifest_path = extension_path.Append(kManifestFilename); local
108 manifest_path, &error));
sandboxed_unpacker.cc 633 base::FilePath manifest_path = local
636 if (base::WriteFile(manifest_path, manifest_json.data(), size) != size) {
extension_service_unittest.cc 1007 std::string manifest_path = extension_id + ".manifest"; local
2277 base::FilePath manifest_path = local
2780 base::FilePath manifest_path = local
    [all...]
  /external/chromium_org/mojo/tools/package_manager/
package_manager_application.cc 93 base::FilePath manifest_path = unpacker.dir().Append(kManifestFileName); local
96 if (!manifest.ParseFromFile(manifest_path, &err_msg)) {
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 116 base::FilePath manifest_path = local
118 if (!base::PathExists(manifest_path)) {
123 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.cc 194 base::FilePath manifest_path; local
202 &manifest_path);
203 host->Launch(this, reply_msg, manifest_path);
  /external/chromium_org/extensions/common/
manifest_test.cc 21 // |manifest_path| is an absolute path to a manifest file.
22 base::DictionaryValue* LoadManifestFile(const base::FilePath& manifest_path,
24 base::FilePath extension_path = manifest_path.DirName();
26 EXPECT_TRUE(base::PathExists(manifest_path)) <<
27 "Couldn't find " << manifest_path.value();
29 JSONFileValueSerializer serializer(manifest_path);
38 manifest_path.value().find(FILE_PATH_LITERAL("localized")) !=
84 base::FilePath manifest_path = test_data_dir.AppendASCII(name_);
85 manifest_ = LoadManifestFile(manifest_path, error);
98 base::FilePath manifest_path = GetTestDataDir().AppendASCII(manifest_name) local
    [all...]
file_util.cc 165 base::FilePath manifest_path = extension_path.Append(manifest_filename); local
166 if (!base::PathExists(manifest_path)) {
171 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 126 base::DictionaryValue* ReadJSONManifest(const base::FilePath& manifest_path) {
127 JSONFileValueSerializer serializer(manifest_path);
139 base::FilePath manifest_path = local
141 if (!base::PathExists(manifest_path))
143 return ReadJSONManifest(manifest_path);
149 base::FilePath manifest_path = local
151 if (!base::PathExists(manifest_path))
153 return ReadJSONManifest(manifest_path);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 794 base::FilePath manifest_path; local
795 PathService::Get(chrome::DIR_TEST_DATA, &manifest_path)
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 154 base::FilePath manifest_path = local
157 JSONFileValueSerializer serializer(manifest_path);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 685 base::FilePath manifest_path = local
690 ext = LoadExtension(manifest_path);
    [all...]

Completed in 604 milliseconds