Searched refs:get_path_inode (Results 1 – 4 of 4) sorted by relevance
136 int get_path_inode(const std::string& path, ino_t *inode);
727 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() function749 if (get_path_inode(path, &inode) != 0) { in write_path_inode()
500 if (get_path_inode(path, &result) != 0) { in createAppData()1017 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()
596 EXPECT_EQ(0, get_path_inode(rollback_ce_package_path, &ce_data_inode)); in TEST_F()