Home
last modified time | relevance | path

Searched refs:DEVICE_DIR (Results 1 – 24 of 24) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dandroid.py17 DEVICE_DIR = '/data/local/tmp/v8/' variable
61 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
150 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
156 cwd=os.path.join(DEVICE_DIR, rel_path),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/local/
H A Dandroid.py17 DEVICE_DIR = '/data/local/tmp/v8/' variable
61 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
156 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
162 cwd=os.path.join(DEVICE_DIR, rel_path),
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/local/
H A Dandroid.py17 DEVICE_DIR = '/data/local/tmp/v8/' variable
61 self.device.RemovePath(DEVICE_DIR, force=True, recursive=True)
83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
156 binary_on_device = os.path.join(DEVICE_DIR, target_dir, binary)
162 cwd=os.path.join(DEVICE_DIR, rel_path),
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
264 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
273 if (NULL == (devicedir = opendir(DEVICE_DIR)))
284 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
312 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
322 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
324 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
347 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
264 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
273 if (NULL == (devicedir = opendir(DEVICE_DIR)))
284 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
312 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
322 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
324 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
347 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
264 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
273 if (NULL == (devicedir = opendir(DEVICE_DIR)))
284 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
312 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
322 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
324 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
347 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
264 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
273 if (NULL == (devicedir = opendir(DEVICE_DIR)))
284 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
312 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
322 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
324 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
347 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
264 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
273 if (NULL == (devicedir = opendir(DEVICE_DIR)))
284 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
312 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
322 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
324 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
347 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxsysinfo/linux/
H A Dsensors.c24 #define DEVICE_DIR "/proc/sys/dev/sensors" macro
26 #define DEVICE_DIR "/sys/class/hwmon" macro
280 zbx_snprintf(sensorname, sizeof(sensorname), "%s/%s/%s", DEVICE_DIR, device, name);
289 if (NULL == (devicedir = opendir(DEVICE_DIR)))
300 zbx_snprintf(devicename, sizeof(devicename), "%s/%s", DEVICE_DIR, deviceent->d_name);
328 zbx_snprintf(hwmon_dir, sizeof(hwmon_dir), "%s", DEVICE_DIR);
340 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s/device", DEVICE_DIR, deviceent->d_name);
342 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s", DEVICE_DIR, deviceent->d_name);
365 zbx_snprintf(devicepath, sizeof(devicepath), "%s/%s%s", DEVICE_DIR, deviceent->d_name,
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Drun_perf.py726 DEVICE_DIR = "/data/local/tmp/v8/" variable in AndroidPlatform
753 AndroidPlatform.DEVICE_DIR, force=True, recursive=True)
759 AndroidPlatform.DEVICE_DIR, "_tmp_", file_name)
761 AndroidPlatform.DEVICE_DIR, target_rel, file_name)
844 AndroidPlatform.DEVICE_DIR, target_dir, runnable.binary)
856 cwd=os.path.join(AndroidPlatform.DEVICE_DIR, bench_rel),