Home
last modified time | relevance | path

Searched defs:exists (Results 1 - 25 of 150) sorted by relevance

123456

/third_party/ltp/testcases/lib/
H A Dcmdlib.sh102 exists() function
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns02.c25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
H A Dioctl_ns04.c24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
H A Dioctl_ns03.c24 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
H A Dioctl_ns01.c33 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
H A Dioctl_ns06.c33 int exists = access("/proc/self/ns/user", F_OK); in setup() local
H A Dioctl_ns05.c32 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dmerge_extern_blocks.rs27 let mut exists = false; in visit_item_mod_mut() variables
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_sysfs.c35 struct rxe_dev *exists; in rxe_param_set_add() local
H A Drxe.c252 struct rxe_dev *exists; in rxe_newlink() local
/third_party/eudev/src/udev/
H A Dudevadm-settle.c60 const char *exists = NULL; in adm_settle() local
/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc02.c137 int exists = access(rtc_dev, F_OK); in rtc_setup() local
/third_party/node/deps/v8/src/base/
H A Dhashmap-entry.h35 bool exists() const { return exists_; } in exists() function
55 bool exists() const { return key != nullptr; } in exists() function
72 bool exists() const { return exists_; } in exists() function
92 bool exists() const { return key != nullptr; } in exists() function
/third_party/python/Lib/
H A Dgenericpath.py16 def exists(path): function
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py15 from os.path import dirname, join, exists, sep namespace
/third_party/vulkan-loader/scripts/
H A Dparse_asm_values.py26 from os.path import exists namespace
/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py18 from os.path import exists namespace
/third_party/node/lib/internal/modules/
H A Dpackage_json_reader.js
/third_party/python/Lib/distutils/
H A Dfile_util.py177 from os.path import exists, isfile, isdir, basename, dirname namespace
/third_party/selinux/libselinux/src/
H A Dinit.c57 int exists = 0; in selinuxfs_exists() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeUniquePtr.cpp37 Object (bool& exists) in Object() argument
66 MovePtr<Object> createObject (bool& exists) in createObject() argument
78 bool exists = false; in UniquePtr_selfTest() local
89 bool exists = false; in UniquePtr_selfTest() local
106 bool exists = false; UniquePtr_selfTest() local
114 bool exists = false; UniquePtr_selfTest() local
128 bool exists = false; UniquePtr_selfTest() local
141 bool exists = false; UniquePtr_selfTest() local
154 bool exists = false; UniquePtr_selfTest() local
175 bool exists = false; UniquePtr_selfTest() local
191 bool exists = false; UniquePtr_selfTest() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Ddevlink_port_split.py138 def exists(port, dev): function
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dcobra.c36 unsigned char exists; member
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dcobra.c33 unsigned char exists; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Ddevlink_port_split.py140 def exists(port, dev): function

Completed in 11 milliseconds

123456