Home
last modified time | relevance | path

Searched refs:dev_file (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py254 dev_file = os.path.relpath(f, brpath)
255 dev_file = dev_file.replace(os.sep, '/') # force unix sep
256 files.append(dev_file)
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc758 char dev_file[256]; in PciOpen() local
760 snprintf(dev_file, sizeof(dev_file), "/proc/bus/pci/%02x/%02x.%x", in PciOpen()
763 int fd = open(dev_file, O_RDWR); in PciOpen()