OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kXattrInodeCache
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
65
constexpr const char*
kXattrInodeCache
= "user.inode_cache";
commands.cpp
135
if (write_path_inode(path, "cache",
kXattrInodeCache
) ||
290
path = read_path_inode(path, "cache",
kXattrInodeCache
);
[
all
...]
utils.cpp
905
auto resolved = read_path_inode(parent, "cache",
kXattrInodeCache
);
[
all
...]
Completed in 51 milliseconds