Home
last modified time | relevance | path

Searched refs:persist_path (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/pixel/health/
H A DCycleCountBackupRestore.cpp27 const char *persist_path, const char *serial_path) in CycleCountBackupRestore() argument
32 persist_path_(persist_path), in CycleCountBackupRestore()
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DCycleCountBackupRestore.h32 CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, const char *persist_path,
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp306 if (!Mkdir(ret->persist_path())) { in New()
317 std::string persist_path() const { in persist_path() function in android::snapshot::AutoMemBasedDir
352 const auto& fake_persist_path = fake_root_->persist_path(); in SnapshotFuzzEnv()