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

  /system/core/include/cutils/
fs.h 50 extern int fs_read_atomic_int(const char* path, int* value);
  /system/core/libcutils/
fs.c 84 int fs_read_atomic_int(const char* path, int* out_value) { function
  /frameworks/native/cmds/installd/
installd.c 332 if (fs_read_atomic_int(version_path, &oldVersion) == -1) {

Completed in 193 milliseconds