HomeSort by relevance Sort by last modified time
    Searched refs:get_path_inode (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
utils.h 119 int get_path_inode(const std::string& path, ino_t *inode);
utils.cpp 642 int get_path_inode(const std::string& path, ino_t *inode) { function in namespace:android::installd
664 if (get_path_inode(path, &inode) != 0) {
    [all...]
InstalldNativeService.cpp 389 && get_path_inode(path, reinterpret_cast<ino_t*>(_aidl_return)) != 0) {
390 return error("Failed to get_path_inode for " + path);
    [all...]

Completed in 4817 milliseconds