OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_manifest_path
(Results
1 - 2
of
2
) sorted by null
/development/testrunner/
android_manifest.py
64
self.
_manifest_path
= os.path.join(app_path, self.FILENAME)
65
self._dom = xml.dom.minidom.parse(self.
_manifest_path
)
109
self._dom.writexml(open(self.
_manifest_path
, mode='w'), encoding='utf-8')
/external/chromium/chrome/common/extensions/docs/build/
directory.py
271
self.
_manifest_path
= manifest_path
272
self._manifest = parse_json_file(self.
_manifest_path
)
382
real_manifest_path = os.path.realpath(self.
_manifest_path
)
430
sample_path = os.path.realpath(os.path.dirname(self.
_manifest_path
))
491
extension_dir_path = os.path.dirname(self.
_manifest_path
)
561
base_path = os.path.realpath(os.path.dirname(self.
_manifest_path
))
629
sample_path = os.path.realpath(os.path.dirname(self.
_manifest_path
))
Completed in 55 milliseconds