Home
last modified time | relevance | path

Searched refs:file_exist (Results 1 – 3 of 3) sorted by relevance

/external/ltp/lib/
Dtst_virt.c30 static int file_exist(const char *path) in file_exist() function
59 if (file_exist("/dev/vda") || file_exist("/dev/block/vda")) in is_kvm()
Dget_path.c43 static int file_exist(const char *path) in file_exist() function
95 if (buf_len - size > ret && file_exist(buf)) in tst_get_path()
/external/autotest/client/cros/chameleon/
Dchameleon.py300 file_exist = self.host.run('[ -f %s ] || echo "not found"' %
302 if file_exist == 'not found':