OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_read_atomic_int
(Results
1 - 4
of
4
) sorted by null
/system/core/include/cutils/
fs.h
51
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.cpp
414
if (
fs_read_atomic_int
(version_path, &oldVersion) == -1) {
/system/core/sdcard/
sdcard.c
[
all
...]
Completed in 203 milliseconds