HomeSort by relevance Sort by last modified time
    Searched refs:ufs (Results 1 - 10 of 10) sorted by null

  /system/core/storaged/
storaged_info.cpp 36 ufs_info_t ufs; local
39 ufs.report();
152 if (sscanf(lines[0].c_str(), "ufs version: 0x%7s\n", rev) < 1) {
156 version = "ufs " + string(rev);
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 41 #include <scsi/ufs/ioctl.h>
42 #include <scsi/ufs/ufs.h>
74 //Size of the buffer that needs to be passed to the UFS ioctl
121 //Required in the case of UFS devices
238 //Skip the xbl partition on UFS devices. That is handled
627 fprintf(stderr, "%s: UFS query ioctl failed(%s)\n",
644 //boot LUN for boot. This is required since UFS boot partitions
647 //not be invoked for emmc targets and on UFS targets is only required
739 //containing all the partitions For UFS devices it could potentially b
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 851 ufs = fs.decode(stream.encoding)
853 stream.write(ufs % msg)
861 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 146 x86_float_state64_from_vex(&((x86_float_state_t *)mach_generic)->ufs.fs64, vex);
  /external/llvm/include/llvm/Support/
MachO.h 1651 } ufs; member in struct:llvm::MachO::x86_float_state_t
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 222 milliseconds