Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/global_operations/linux/
H A Dos_global_operations_imp.h52 static const std::string srcVersionFile; variable
H A Dos_global_operations_imp.cpp28 const std::string LinuxGlobalOperationsImp::srcVersionFile("/sys/module/i915/srcversion"); member in L0::LinuxGlobalOperationsImp
95 result = pFsAccess->read(srcVersionFile, strVal); in getDriverVersion()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/global_operations/linux/
H A Dmock_global_operations.h23 const std::string srcVersionFile("/sys/module/i915/srcversion");
385 if (file.compare(srcVersionFile) == 0) {