HomeSort by relevance Sort by last modified time
    Searched refs:manifest_name (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/remoting/tools/
register_local_nm_hosts.sh 22 local manifest_name="${template_name%.*}"
23 local target_manifest="${target_dir}/${manifest_name}"
  /external/chromium_org/extensions/common/
manifest_test.h 64 char const* manifest_name,
81 char const* manifest_name,
94 char const* manifest_name,
105 void LoadAndExpectError(char const* manifest_name,
manifest_test.cc 97 char const* manifest_name, std::string* error) {
98 base::FilePath manifest_path = GetTestDataDir().AppendASCII(manifest_name);
128 char const* manifest_name,
131 return LoadAndExpectSuccess(ManifestData(manifest_name), location, flags);
150 char const* manifest_name,
155 ManifestData(manifest_name), expected_warning, location, flags);
183 char const* manifest_name,
188 ManifestData(manifest_name), expected_error, location, flags);
  /external/chromium_org/tools/win/split_link/
split_link.py 180 manifest_name = ManifestNameForIndex(index)
183 print >> f, '/MANIFESTFILE:' + manifest_name
194 shutil.copyfile(manifest_name, intermediate_manifest)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 660 self.manifest_name = "AndroidManifest.xml"
668 for filename in fnmatch.filter(filenames, self.manifest_name):
685 if os.path.isfile(args[0]) and os.path.basename(args[0]) == self.manifest_name:
690 raise gdb.GdbError(self.manifest_name + " not found in: " \
694 + self.manifest_name + " files found:\n" + "\n".join(manifests))
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 321 # Reads |manifest_name| from |build_dir| and writes |manifest_name| to
324 def CopyAndAugmentManifest(build_dir, output_dir, manifest_name,
326 with open(os.path.join(build_dir, manifest_name), 'r') as f:
343 with open(os.path.join(output_dir, manifest_name), 'w') as f :
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.cc 380 Error HttpFs::LoadManifest(const std::string& manifest_name,
382 Path manifest_path(manifest_name);

Completed in 113 milliseconds