Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp560 ScopedUtfChars debugFilePath(env, debugPathName); in com_android_internal_content_NativeLibraryHelper_openApkFd() local
575 ZipFileRO* zipFile = ZipFileRO::openFd(dupedFd, debugFilePath.c_str()); in com_android_internal_content_NativeLibraryHelper_openApkFd()
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h453 std::string_view debugFilePath, std::span<const uint8_t> data) const;
H A DIncrementalService.cpp2117 std::string_view debugFilePath, in setFileContent() argument
2123 LOG(ERROR) << "Failed to open write fd for: " << debugFilePath in setFileContent()
2149 LOG(ERROR) << "Failed to write data into: " << debugFilePath; in setFileContent()
2155 LOG(INFO) << "incfs: Set file content " << debugFilePath << "(" << dataLength in setFileContent()