/external/chromium_org/chrome/browser/extensions/ |
convert_web_app.cc | 147 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename); local 148 JSONFileValueSerializer serializer(manifest_path);
|
extension_ui_unittest.cc | 73 base::FilePath manifest_path = extension_path.Append(kManifestFilename); local 75 manifest_path, &error));
|
app_background_page_apitest.cc | 47 base::FilePath manifest_path = app_dir_.path().AppendASCII("manifest.json"); local 48 int bytes_written = file_util::WriteFile(manifest_path,
|
sandboxed_unpacker.cc | 625 base::FilePath manifest_path = local 628 if (file_util::WriteFile(manifest_path, manifest_json.data(), size) != size) {
|
extension_service_unittest.cc | 1155 std::string manifest_path = extension_id + ".manifest"; local 2514 base::FilePath manifest_path = local 3021 base::FilePath manifest_path = local [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
extension_unittest.py | 93 manifest_path = os.path.join(src_extension_dir, 'manifest.json') 96 shutil.copy(manifest_path, d)
|
/external/chromium/chrome/browser/chromeos/ |
customization_document.h | 44 virtual bool LoadManifestFromFile(const FilePath& manifest_path);
|
customization_document.cc | 83 const FilePath& manifest_path) { 85 if (!file_util::ReadFileToString(manifest_path, &manifest))
|
/external/chromium_org/chrome/browser/chromeos/ |
customization_document.cc | 81 const base::FilePath& manifest_path) { 83 if (!base::ReadFileToString(manifest_path, &manifest))
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 213 manifest_path, resource_path, resource_name = args 217 os.path.abspath(manifest_path).replace('\\', '/')))
|
/external/chromium_org/chrome/common/extensions/api/ |
extension_api_unittest.cc | 770 base::FilePath manifest_path; local 771 PathService::Get(chrome::DIR_TEST_DATA, &manifest_path); 772 manifest_path = manifest_path.AppendASCII("extensions") 777 ASSERT_TRUE(base::ReadFileToString(manifest_path, &manifest_str)) 778 << "Failed to load: " << manifest_path.value(); [all...] |
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 93 FilePath manifest_path = local 95 if (!file_util::PathExists(manifest_path)) { 100 JSONFileValueSerializer serializer(manifest_path);
|
/external/chromium_org/chrome/common/extensions/ |
extension_file_util.cc | 169 base::FilePath manifest_path = local 171 if (!base::PathExists(manifest_path)) { 176 JSONFileValueSerializer serializer(manifest_path);
|
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker.cc | 444 FilePath manifest_path = local 446 if (!file_util::WriteFile(manifest_path,
|
extension_service_unittest.cc | 780 std::string manifest_path = extension_id + ".manifest"; local 781 ASSERT_TRUE(dict->GetDictionary(manifest_path, &pref)) << msg; 2028 FilePath manifest_path = extension_path.Append(Extension::kManifestFilename); local [all...] |
/external/chromium/chrome/browser/themes/ |
browser_theme_pack_unittest.cc | 400 FilePath manifest_path = local 403 JSONFileValueSerializer serializer(manifest_path);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_http.cc | 381 Path manifest_path(manifest_name); 385 int error = Open(manifest_path, O_RDONLY, &manifest_node);
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 686 self.manifest_path = args[0] 696 self.manifest_path = manifests[0] 701 self.manifest_path) 703 self.manifest_path)
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 65 def __init__(self, manifest_path): 69 manifest_path: Path to extension_api.json 71 self._manifest = parse_json_file(manifest_path) 260 def __init__(self, manifest_path, api_methods, base_dir): 264 manifest_path: A filesystem path to a manifest file. 271 self._manifest_path = manifest_path
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack_unittest.cc | 153 base::FilePath manifest_path = local 156 JSONFileValueSerializer serializer(manifest_path);
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 518 base::FilePath manifest_path(extension_dir.AppendASCII("manifest.json")); 520 if (!base::ReadFileToString(manifest_path, &manifest_data)) 550 manifest_path, manifest_data.c_str(), manifest_data.size()) !=
|
/external/chromium_org/components/nacl/browser/ |
nacl_process_host.cc | 342 const base::FilePath& manifest_path) { 345 manifest_path_ = manifest_path; [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_apitest.cc | 345 base::FilePath manifest_path = local 350 ext = LoadExtension(manifest_path); [all...] |