HomeSort by relevance Sort by last modified time
    Searched defs:stfs (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/other/
switch_root.c 48 struct statfs stfs; local
54 if (statfs("/", &stfs) ||
55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994))
  /bionic/libc/bionic/
getentropy_linux.c 421 struct statfs stfs; local
484 HX(statfs(".", &stfs) == -1, stfs);
488 HX(statfs("/", &stfs) == -1, stfs);
497 HX(fstatfs(0, &stfs) == -1,
498 stfs);
  /external/v8/src/ppc/
assembler-ppc.cc 2076 void Assembler::stfs(const DoubleRegister frs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 186 milliseconds