Home
last modified time | relevance | path

Searched refs:vts_spec_path (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/python/common/
Dvts_spec_utils.py170 vts_spec_path = os.path.join(
172 with open(vts_spec_path, 'r') as vts_spec_file:
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp96 string vts_spec_path = dir_path + "/" + vts_spec_name; in ExtractCompSpecs() local
98 ParseInterfaceSpec(vts_spec_path.c_str(), &comp_spec); in ExtractCompSpecs()
/test/vts/utils/python/profiling/
Dprofiling_utils.py326 vts_spec_path = os.path.join(
329 logging.debug("vts_spec_path: %s", vts_spec_path)
330 with open(vts_spec_path, 'r') as spec_file: