Home
last modified time | relevance | path

Searched refs:get_path_inode (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h124 int get_path_inode(const std::string& path, ino_t *inode);
Dutils.cpp787 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() function
809 if (get_path_inode(path, &inode) != 0) { in write_path_inode()
Dcommands.cpp712 return get_path_inode(path, inode); in get_app_data_inode()