OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_json_file
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/
sonic_extension_downloader.py
75
manifest_json_file
= os.path.join(extracted_extension_folder,
77
with open(
manifest_json_file
, 'r') as f:
82
with open(
manifest_json_file
, 'w') as f:
/external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py
49
manifest_json_file
= os.path.join(extension_path, 'manifest.json')
50
with open(
manifest_json_file
, 'r') as f:
Completed in 3067 milliseconds