Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h153 int get_path_inode(const std::string& path, ino_t *inode);
Dutils.cpp932 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() function
954 if (get_path_inode(path, &inode) != 0) { in write_path_inode()
DInstalldNativeService.cpp867 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()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp619 EXPECT_EQ(0, get_path_inode(rollback_ce_package_path, &ce_data_inode)); in TEST_F()