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

  /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))
  /ndk/
ndk-gdb.py 235 manifest_name = "AndroidManifest.xml"
239 if not os.path.exists(os.path.join(args.project, manifest_name)):
245 while not os.path.exists(os.path.join(current_dir, manifest_name)):
255 args.manifest_path = os.path.join(args.project, manifest_name)

Completed in 59 milliseconds