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

  /system/core/include/cutils/
fs.h 63 * partially written with fs_write_atomic_int().
71 extern int fs_write_atomic_int(const char* path, int value);
  /system/core/libcutils/
fs.c 145 int fs_write_atomic_int(const char* path, int value) { function
  /frameworks/native/cmds/installd/
installd.cpp 670 if (fs_write_atomic_int(version_path, version) == -1) {

Completed in 55 milliseconds