OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_path_inode
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
126
int
write_path_inode
(const std::string& parent, const char* name, const char* inode_xattr);
commands.cpp
135
if (
write_path_inode
(path, "cache", kXattrInodeCache) ||
136
write_path_inode
(path, "code_cache", kXattrInodeCodeCache)) {
[
all
...]
utils.cpp
804
int
write_path_inode
(const std::string& parent, const char* name, const char* inode_xattr) {
function in namespace:android::installd
[
all
...]
Completed in 57 milliseconds