Home
last modified time | relevance | path

Searched refs:stat (Results 1 - 25 of 52) sorted by relevance

123

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
H A Dbuild.py10 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 Dupdate_case.py35 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 DXTexture.js73 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.py13 import stat namespace
84 modes = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP | stat.S_IROTH
H A Didl_generator.py13 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 Dtest_header_parser.py12 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 Dosal_test_type.h40 #include <sys/stat.h>
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.cpp19 #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 Daudio_common.h23 #include <sys/stat.h>
H A Daudio_adapter_info_common.h25 #include <sys/stat.h>
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_common.h23 #include <sys/stat.h>
H A Daudio_adapter_info_common.h21 #include <sys/stat.h>
/drivers/peripheral/user_auth/hdi_service/hal_sdk/
H A Duseriam_common.cpp18 #include <sys/stat.h>
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNodeTools.js582 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 Dosal_firmware.c33 #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 Dv4l2_fileformat.h24 #include <sys/stat.h>
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dhibernate.cpp27 #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 Dwifi_vendor_hal_list.cpp17 #include <sys/stat.h>
/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp273 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 Dmedia_key_session_service.h27 #include <sys/stat.h>
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dfile_operator.c19 #include <sys/stat.h>
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c19 #include <sys/stat.h>
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_drivers.c21 #include <sys/stat.h>
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c23 #include <sys/stat.h>
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c22 #include <sys/stat.h>

Completed in 14 milliseconds

123