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

  /system/core/libcutils/include/cutils/
fs.h 65 extern int fs_read_atomic_int(const char* path, int* value);
  /frameworks/native/cmds/installd/
installd.cpp 190 if (fs_read_atomic_int(version_path, &oldVersion) == -1) {
  /system/core/libcutils/
fs.c 121 int fs_read_atomic_int(const char* path, int* out_value) { function
  /system/core/sdcard/
sdcard.cpp 529 while ((fs_read_atomic_int("/data/.layout_version", &fs_version) == -1) || (fs_version < 3)) {

Completed in 103 milliseconds