Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 22 of 22) sorted by relevance

/drivers/peripheral/camera/test/mpi/
DdfxShell.sh21 libcamera_client=$(stat -c %s "libcamera_client.z.so")
24 camera_buffer_manager=$(stat -c %s "libcamera_buffer_manager.z.so")
27 camera_device_manager=$(stat -c %s "libcamera_device_manager.z.so")
30 camera_host_service_1.0=$(stat -c %s "libcamera_host_service_1.0.z.so")
33 camera_pipeline_core=$(stat -c %s "libcamera_pipeline_core.z.so")
36 camera_utils=$(stat -c %s "libcamera_utils.z.so")
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
Dbuild.py10 import stat
22 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
/drivers/hdf_core/framework/tools/idl-gen/
D_header_parser.py13 import stat
84 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
Didl_generator.py13 import stat
298 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
/drivers/hdf_core/framework/tools/hc-gen/test/
Dupdate_case.py35 import stat
86 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property
100 XTexture.pinstance_.ximages[rid].stat = 1;
108 if (this.ximages[rid].stat != 1) {
174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
196 stat: 1, property
/drivers/hdf_core/framework/tools/idl-gen/testcase/
Dtest_header_parser.py12 import stat
274 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.cpp203 struct stat st; in CreateParentDir()
204 if (stat(partPath.c_str(), &st) < 0) { in CreateParentDir()
280 struct stat st; in CreateParentDir()
281 if (stat(path.c_str(), &st) < 0) { in CreateParentDir()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DNodeTools.js571 let stat = 0;
573 while (p < s.length && stat < 100) {
574 switch (stat) {
577 stat = 1;
580 stat = 100;
585 stat = 2;
593 stat = 0;
596 stat = 100;
/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp273 bool stat {false}; in BENCHMARK_F() local
276 ret = g_vibratorInterface->IsVibratorRunning(stat); in BENCHMARK_F()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_firmware.c53 struct stat fwStat; in OsalRequestFirmware()
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/driver_adapter/src/
Dv4l2_uvc.cpp179 struct stat sta = {}; in V4L2UvcEnmeDevices()
192 if (stat(devName, &sta) != 0) { in V4L2UvcEnmeDevices()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
Dv4l2_fileformat.cpp328 struct stat st = {}; in V4L2MatchDevice()
340 if (stat(devName, &st) != 0) { in V4L2MatchDevice()
Dv4l2_uvc.cpp179 struct stat sta = {}; in V4L2UvcEnmeDevices()
192 if (stat(devName, &sta) != 0) { in V4L2UvcEnmeDevices()
/drivers/peripheral/codec/test/demo/adapter/src/
Dcodec_hdi_adapter_decode.cpp156 struct stat fileStat = {0}; in Init()
157 stat(opt.fileInput.c_str(), &fileStat); in Init()
Dcodec_hdi_adapter_encode.cpp107 struct stat fileStat = {0}; in Init()
108 stat(opt.fileInput.c_str(), &fileStat); in Init()
/drivers/peripheral/codec/test/demo/v1.0/
Dcodec_encode_test_async.c558 struct stat fileStat = {0}; in OpenFile()
559 stat(g_cmd.fileInput, &fileStat); in OpenFile()
Dcodec_encode_test_ipc.c604 struct stat fileStat = {0}; in OpenFile()
605 stat(g_cmd.fileInput, &fileStat); in OpenFile()
Dcodec_decode_test_async.c662 struct stat fileStat = {0}; in OpenFile()
663 stat(g_cmd.fileInput, &fileStat); in OpenFile()
Dcodec_decode_test_ipc.c686 struct stat fileStat = {0}; in OpenFile()
687 stat(g_cmd.fileInput, &fileStat); in OpenFile()
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbfn_mtp_test.cpp106 struct stat statbuf; in GetFileSize()
107 uint64_t ret = stat(pathName.c_str(), &statbuf); in GetFileSize()
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c62 struct stat statBuf; in IsDir()