OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_path_inode
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
127
std::string
read_path_inode
(const std::string& parent, const char* name, const char* inode_xattr);
utils.cpp
839
std::string
read_path_inode
(const std::string& parent, const char* name, const char* inode_xattr) {
function in namespace:android::installd
905
auto resolved =
read_path_inode
(parent, "cache", kXattrInodeCache);
[
all
...]
commands.cpp
290
path =
read_path_inode
(path, "cache", kXattrInodeCache);
292
path =
read_path_inode
(path, "code_cache", kXattrInodeCodeCache);
[
all
...]
Completed in 1611 milliseconds