HomeSort by: relevance | last modified time | path
    Searched refs:_filename (Results 1 - 9 of 9) 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/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
globalvars.py 40 self._filename = filename
49 if self._filename is not None:
50 result["source"] = make_source(self._filename)
  /src/external/bsd/lutok/dist/
exceptions.hpp 70 std::string _filename; member in class:lutok::file_not_found_error
exceptions.cpp 108 _filename(filename_)
125 return _filename;
  /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/external/bsd/libarchive/dist/libarchive/
archive.h 570 const char *_filename, size_t _block_size);
576 const wchar_t *_filename, size_t _block_size);
583 const char *_filename, size_t _block_size) __LA_DEPRECATED;
  /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 48 milliseconds