Home
last modified time | relevance | path

Searched refs:remove (Results 76 - 100 of 302) sorted by relevance

12345678910>>...13

/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H A Dirq_init.c78 .remove = hi_irq_remove,
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dclang-wrapper.py60 # If there is a warning, remove any object if it exists.
63 os.remove(ofile)
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Drun_result.py85 os.remove(analysis_ressult_path)
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStdlibTest.cpp50 EXPECT_NE(remove(tmpDirName), -1) << "> remove errno = " << errno; in HWTEST_F()
H A DFileSystemTest.cpp32 remove(TOP_DIR "/" FILE0); in DeleteTestFiles()
/test/xts/hats/kernel/syscalls/fileio/fdatasync/
H A DFdatasyncApiTest.cpp78 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fstat/
H A DFstatApiTest.cpp72 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fsync/
H A DFsyncApiTest.cpp76 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/getxattr/
H A DGetxattrApiTest.cpp50 (void)remove(TEST_FILE); in TearDown()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdh_sdmmc_linux.c297 .remove = dummy_remove,
318 .remove = bcmsdh_sdmmc_remove,
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py49 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 Djson.test.js304 JSON.remove(obj, "name");
319 JSON.remove(obj, "sex");
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/
H A Dcipher_initdevice.c100 .remove = hi35xx_cipher_remove,
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
H A Dplatform_device.h70 int (*remove)(struct platform_device *); member
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/
H A Des8323_linux_driver.c94 .remove = es8323_i2c_remove,
/device/soc/rockchip/common/sdk_linux/drivers/power/reset/
H A Dgpio-poweroff.c98 .remove = gpio_poweroff_remove,
/test/testfwk/developer_test/src/core/command/
H A Dgen.py63 os.remove(filepath)
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dget_innerkits_json.py45 os.remove(output_json_path)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk1.cpp74 remove(g_tempFile); in Mmap()
/test/xts/hats/kernel/syscalls/fileio/llistxattr/
H A DLlistxattrApiTest.cpp105 remove(tmpPath); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fchown/
H A DFchownApiTest.cpp83 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/readahead/
H A DReadaheadApiTest.cpp58 (void)remove(TEST_FILE); in TearDownTestCase()
/test/xts/hats/kernel/syscalls/fileio/read/
H A DReadApiTest.cpp52 (void)remove(TEST_FILE); in TearDown()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dcpp_driver_lite.py117 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 Ddrm_mipi_dsi.c1121 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()

Completed in 11 milliseconds

12345678910>>...13