Home
last modified time | relevance | path

Searched refs:json_path (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/aidegen/lib/
Dmodule_info_util.py98 json_path = common_util.get_blueprint_json_path(
100 bp_dict = common_util.get_json_dict(json_path)
221 def _is_new_json_file_generated(json_path, original_file_mtime): argument
231 if not os.path.isfile(json_path):
233 return original_file_mtime != os.path.getmtime(json_path)
Dcommon_util.py580 def dump_json_dict(json_path, data): argument
587 with open(json_path, 'w') as json_file:
592 def get_json_dict(json_path): argument
601 with open(json_path) as jfile:
Dmodule_info_unittest.py117 json_path = 'test_data/out/soong/merged_module_info.json'
119 module_file = json_path
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py240 json_path = os.path.join(gps_log_path, json_file)
242 df_ttff_ffpe.to_json(json_path, orient='table', index=False)