HomeSort by: relevance | last modified time | path
    Searched refs:_filename (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_fat.cpp 54 wcsncpy(_filename, drive, MAX_PATH);
63 wsprintf(_filename, TEXT("%s%s"), _drive, name);
66 _handle = CreateFile(_filename, GENERIC_READ, 0, 0,
70 _filename, GetLastError()));
80 DPRINTF((TEXT("open file \"%s\"(%d byte).\n"), _filename, sz));
file_fat.h 41 TCHAR _filename[MAX_PATH]; member in class:FatFile
  /src/sys/sys/
extattr.h 84 int extattrctl(const char *_path, int _cmd, const char *_filename,
  /src/distrib/miniroot/
install.sub 789 local _filename
888 _filename="/${_dirname}/$_f"
891 if [ ! -f $_filename ]; then
892 if [ -f ${_filename}.aa ]; then
893 _filename=${_filename}.\?\?
895 echo "File $_filename does not exist. Check to make"
903 case "$_filename" in
905 (cd /mnt; pax -r${verbose_flag}pe < $_filename)
908 cat $_filename | \
    [all...]
  /src/distrib/amiga/miniroot/
install.md 218 local _filename
295 _filename="/mnt2/$_directory/$_f"
298 if [ ! -f $_filename ]; then
299 echo "File $_filename does not exist. Check to make"
310 cp $_filename /mnt
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 743 self._filename = filename
747 return os.path.abspath(self._filename).replace('\\', '/')

Completed in 16 milliseconds