Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 17 of 17) sorted by relevance

/test/vts/drivers/libdrivercomm/
DVtsDriverFileUtil.cpp28 string ReadFile(const string& file_path) { in ReadFile()
/test/vts/utils/python/gcs/
Dgcs_api_utils.py153 def FileExists(self, file_path): argument
319 def DeleteFile(self, file_path): argument
/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp34 void* DllLoader::Load(const char* file_path) { in Load()
DHalDriverLoader.cpp68 const string file_path = driver_lib_dir + "/" + string(ent->d_name); in FindComponentSpecification() local
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp515 int vts_fs_mkdirs(char* file_path, mode_t mode) { in vts_fs_mkdirs()
555 string RemoveBaseDir(const string& file_path, const string& base_path) { in RemoveBaseDir()
/test/vts-testcase/hal/treble/vintf/
Dutils.cpp91 string file_path = kDataDir + PackageRoot(fq_iface_name) + kHashFileName; in ReleasedHashes() local
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp93 string file_path = trace_file_path_prefix_ + package + "_" + version + "_" + in CreateTraceFile() local
/test/vts/utils/python/common/
Dlist_utils.py99 def LoadListFromCommentedTextFile(file_path, argument
/test/vts/utils/python/library/vtable/
Dvtable_dumper.py100 def __init__(self, file_path, begin_offset=0): argument
/test/vts/proto/
DVtsDriverControlMessage.proto81 optional bytes file_path = 1201; field
DAndroidSystemControlMessage.proto105 optional bytes file_path = 3002; field
DVtsReportMessage.proto189 optional bytes file_path = 11; field
DComponentSpecificationMessage.proto176 optional bytes file_path = 1; field
/test/vts/drivers/hal/common/utils/
DInterfaceSpecUtil.cpp36 bool ParseInterfaceSpec(const char* file_path, in ParseInterfaceSpec()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py198 file_path=None, argument
632 file_path=None, argument
/test/vts/utils/python/library/
Delf_parser.py65 def __init__(self, file_path, begin_offset=0): argument
/test/mlts/benchmark/tools/
Dtensor_utils.py211 def bytes_to_numpy_tensor(self, file_path): argument