/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/ |
H A D | build.py | 10 import stat
namespace 22 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
|
/drivers/hdf_core/framework/tools/hc-gen/test/ |
H A D | update_case.py | 35 import stat namespace 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/ |
H A D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; 100 XTexture.pinstance_.ximages[rid].stat = 1; 108 if (this.ximages[rid].stat !== 1) { 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; 174 stat: 1,
|
/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | _header_parser.py | 13 import stat namespace 84 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
|
H A D | idl_generator.py | 13 import stat namespace 298 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
|
/drivers/hdf_core/framework/tools/idl-gen/testcase/ |
H A D | test_header_parser.py | 12 import stat namespace 274 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
|
/drivers/hdf_core/adapter/khdf/liteos/test/osal/include/ |
H A D | osal_test_type.h | 40 #include <sys/stat.h>
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | file.cpp | 19 #include <sys/stat.h> 203 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/peripheral/audio/hal/hdi_passthrough/include/ |
H A D | audio_common.h | 23 #include <sys/stat.h>
|
H A D | audio_adapter_info_common.h | 25 #include <sys/stat.h>
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_common.h | 23 #include <sys/stat.h>
|
H A D | audio_adapter_info_common.h | 21 #include <sys/stat.h>
|
/drivers/peripheral/user_auth/hdi_service/hal_sdk/ |
H A D | useriam_common.cpp | 18 #include <sys/stat.h>
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | NodeTools.js | 582 let stat = 0;
584 while (p < s.length && stat < STAT_SIZE) {
585 switch (stat) {
588 stat = 1;
591 stat = STAT_SIZE;
596 stat = 2;
604 stat = 0;
607 stat = STAT_SIZE;
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_firmware.c | 33 #include <sys/stat.h> 53 struct stat fwStat; in OsalRequestFirmware()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
H A D | v4l2_fileformat.h | 24 #include <sys/stat.h>
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | hibernate.cpp | 27 #include <sys/stat.h> 253 struct stat swapFileStat; in CheckSwapFileSize() 254 auto ret = stat(SWAP_FILE_PATH, &swapFileStat); in CheckSwapFileSize() 256 HDF_LOGE("stat swap file failed, errno=%{public}d", errno); in CheckSwapFileSize() 451 struct stat fileStat; in GetResumeOffset() 452 int rc = stat(SWAP_FILE_PATH, &fileStat); in GetResumeOffset() 454 HDF_LOGE("stat swap file failed, errno=%{public}d", errno); in GetResumeOffset()
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal_list.cpp | 17 #include <sys/stat.h>
|
/drivers/peripheral/vibrator/test/benchmarktest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 273 bool stat {false}; in BENCHMARK_F() 276 ret = g_vibratorInterface->IsVibratorRunning(stat); in BENCHMARK_F()
|
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_session_service.h | 27 #include <sys/stat.h>
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 19 #include <sys/stat.h>
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 19 #include <sys/stat.h>
|
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_drivers.c | 21 #include <sys/stat.h>
|
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_interface_drivers.c | 23 #include <sys/stat.h>
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | wpa_interface_drivers.c | 22 #include <sys/stat.h>
|