Home
last modified time | relevance | path

Searched defs:lookup_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/i386/cdboot/
H A Dcdboot.S151 lookup_path: push %si # Save file name pointer label
/freebsd/contrib/kyua/utils/fs/
H A Doperations_test.cpp91 const fs::path lookup_path = fs::path(dir) / name; in lookup() local