Searched refs:ino_t (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/ |
D | com_android_internal_os_KernelAllocationStats.cpp | 53 std::unordered_map<pid_t, std::set<ino_t>> pidToInodes; in KernelAllocationStats_getDmabufAllocations() 54 std::unordered_map<ino_t, long> inodeToSize; in KernelAllocationStats_getDmabufAllocations() 65 std::set<ino_t> surfaceFlingerBufferInodes; in KernelAllocationStats_getDmabufAllocations() 69 std::set<ino_t> otherProcessBufferInodes; in KernelAllocationStats_getDmabufAllocations() 124 std::set<ino_t> sharedBuffers; in KernelAllocationStats_getDmabufAllocations()
|
D | com_android_internal_os_Zygote.cpp | 1127 ino_t fixed_ce_data_inode = 0; in getAppDataDirName()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 59 userid_t user, const char* package_name, ino_t ce_data_inode); 82 userid_t user, int32_t snapshot_id, const char* package_name, ino_t ce_rollback_inode); 153 int get_path_inode(const std::string& path, ino_t *inode);
|
D | utils.cpp | 87 ino_t ce_data_inode, const std::string& fallback) { in resolve_ce_path_by_inode_or_fallback() 142 const char* package_name, ino_t ce_data_inode) { in create_data_user_ce_package_path() 267 userid_t user, int32_t snapshot_id, const char* package_name, ino_t ce_rollback_inode) { in create_data_misc_ce_rollback_package_path() 932 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode() 950 ino_t inode = 0; in write_path_inode() 985 ino_t inode = 0; in read_path_inode()
|
D | InstalldNativeService.cpp | 866 ino_t result; in createAppDataLocked() 891 ino_t result; in createAppDataLocked() 1484 ino_t inode_cache = 0; in fixupAppData() 1485 ino_t inode_code_cache = 0; in fixupAppData() 1704 rc = get_path_inode(ce_snapshot_path, reinterpret_cast<ino_t*>(_aidl_return)); in snapshotAppData()
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.h | 85 ino_t inode;
|
D | Idmap2Service.cpp | 245 .inode = ino_t(st.st_ino), in GetTargetContainer()
|
/frameworks/libs/binary_translation/native_bridge/ |
D | native_bridge.cc | 315 [](uint64_t start, uint64_t end, uint16_t, uint64_t, ino_t, const char* libname_c_str, bool) { in ProtectMappingsFromGuest() argument
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 618 ino_t ce_data_inode; in TEST_F()
|