Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h119 int get_path_inode(const std::string& path, ino_t *inode);
Dutils.cpp642 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() function
664 if (get_path_inode(path, &inode) != 0) { in write_path_inode()
DInstalldNativeService.cpp389 && get_path_inode(path, reinterpret_cast<ino_t*>(_aidl_return)) != 0) { in createAppData()