/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
H A D | irq_init.c | 78 .remove = hi_irq_remove,
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | clang-wrapper.py | 60 # If there is a warning, remove any object if it exists. 63 os.remove(ofile)
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | run_result.py | 85 os.remove(analysis_ressult_path)
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsStdlibTest.cpp | 50 EXPECT_NE(remove(tmpDirName), -1) << "> remove errno = " << errno;
in HWTEST_F()
|
H A D | FileSystemTest.cpp | 32 remove(TOP_DIR "/" FILE0);
in DeleteTestFiles()
|
/test/xts/hats/kernel/syscalls/fileio/fdatasync/ |
H A D | FdatasyncApiTest.cpp | 78 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fstat/ |
H A D | FstatApiTest.cpp | 72 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fsync/ |
H A D | FsyncApiTest.cpp | 76 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/getxattr/ |
H A D | GetxattrApiTest.cpp | 50 (void)remove(TEST_FILE); in TearDown()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmsdh_sdmmc_linux.c | 297 .remove = dummy_remove, 318 .remove = bcmsdh_sdmmc_remove,
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 49 sys.path.remove(file_path) 83 sys.path.remove(file_path)
|
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/ |
H A D | json.test.js | 304 JSON.remove(obj, "name"); 319 JSON.remove(obj, "sex");
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/ |
H A D | cipher_initdevice.c | 100 .remove = hi35xx_cipher_remove,
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | platform_device.h | 70 int (*remove)(struct platform_device *);
member
|
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
H A D | es8323_linux_driver.c | 94 .remove = es8323_i2c_remove,
|
/device/soc/rockchip/common/sdk_linux/drivers/power/reset/ |
H A D | gpio-poweroff.c | 98 .remove = gpio_poweroff_remove,
|
/test/testfwk/developer_test/src/core/command/ |
H A D | gen.py | 63 os.remove(filepath)
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 45 os.remove(output_json_path)
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk1.cpp | 74 remove(g_tempFile);
in Mmap()
|
/test/xts/hats/kernel/syscalls/fileio/llistxattr/ |
H A D | LlistxattrApiTest.cpp | 105 remove(tmpPath); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fchown/ |
H A D | FchownApiTest.cpp | 83 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/readahead/ |
H A D | ReadaheadApiTest.cpp | 58 (void)remove(TEST_FILE); in TearDownTestCase()
|
/test/xts/hats/kernel/syscalls/fileio/read/ |
H A D | ReadApiTest.cpp | 52 (void)remove(TEST_FILE); in TearDown()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 117 os.remove(self.result) 299 os.remove(os.path.join(os.path.split( 540 sftp.remove(filepath) 550 os.remove(report_xml) 553 "remove {} Failed:{}".format(report_xml, exception))
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 1121 return drv->remove(dsi); in mipi_dsi_drv_remove() 1147 if (drv->remove) { in mipi_dsi_driver_register_full() 1148 drv->driver.remove = mipi_dsi_drv_remove; in mipi_dsi_driver_register_full()
|