Searched refs:get_path_inode (Results 1 – 4 of 4) sorted by relevance
153 int get_path_inode(const std::string& path, ino_t *inode);
932 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() function954 if (get_path_inode(path, &inode) != 0) { in write_path_inode()
867 if (get_path_inode(path, &result) != 0) { in createAppDataLocked()892 if (get_path_inode(path, &result) != 0) { in createAppDataLocked()1704 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()
619 EXPECT_EQ(0, get_path_inode(rollback_ce_package_path, &ce_data_inode)); in TEST_F()