Searched refs:json_file (Results 1 – 5 of 5) sorted by relevance
110 json_file=$top/tmp/libandroid_servers_arm64.json111 if [ ! -e $json_file ]; then118 python3 -B $top/regen/gen_bench.py --ninja --cc "$cc" $json_file $work_dir
301 json_file = open(test_json_summary_file, 'w')302 json.dump(generate_coverage_json(test), json_file)303 json_file.close()400 if args.json_file:
85 static void execConfig(const std::string& json_file, in execConfig() argument88 android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()
72 def load_modules_info(json_file): argument78 with open(json_file) as fp:
598 TemporaryFile json_file; in TEST_F() local599 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) in TEST_F()602 HintManager::GetFromJSON(json_file.path, false); in TEST_F()607 hm = HintManager::GetFromJSON(json_file.path); in TEST_F()