Home
last modified time | relevance | path

Searched defs:error_msg (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp192 static bool SetGids(JNIEnv* env, jintArray javaGids, std::string* error_msg) { in SetGids()
215 static bool SetRLimits(JNIEnv* env, jobjectArray javaRlimits, std::string* error_msg) { in SetRLimits()
270 static bool EnableKeepCapabilities(std::string* error_msg) { in EnableKeepCapabilities()
279 static bool DropCapabilitiesBoundingSet(std::string* error_msg) { in DropCapabilitiesBoundingSet()
295 static bool SetInheritable(uint64_t inheritable, std::string* error_msg) { in SetInheritable()
319 std::string* error_msg) { in SetCapabilities()
342 static bool SetSchedulerPolicy(std::string* error_msg) { in SetSchedulerPolicy()
382 bool force_mount_namespace, std::string* error_msg) { in MountEmulatedStorage()
459 static bool DetachDescriptors(JNIEnv* env, jintArray fdsToClose, std::string* error_msg) { in DetachDescriptors()
522 std::string* error_msg) { in FillFileDescriptorVector()
[all …]
Dfd_utils.cpp170 FileDescriptorInfo* FileDescriptorInfo::CreateFromFd(int fd, std::string* error_msg) { in CreateFromFd()
435 std::string* error_msg) { in Create()
472 bool FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, std::string* error_msg) { in Restat()
510 bool FileDescriptorTable::ReopenOrDetach(std::string* error_msg) { in ReopenOrDetach()
527 bool FileDescriptorTable::RestatInternal(std::set<int>& open_fds, std::string* error_msg) { in RestatInternal()
Dandroid_content_res_ApkAssets.cpp53 std::string error_msg = base::StringPrintf("Failed to load asset path %s", path.c_str()); in NativeLoad() local
85 std::string error_msg = base::StringPrintf("Failed to load asset path %s from fd %d", in NativeLoadFromFd() local
Dandroid_util_Binder.cpp243 std::string error_msg = base::StringPrintf( in report_java_lang_error_fatal_error() local
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp70 DiagMessage error_msg(child_el->line_number); in Execute() local
113 DiagMessage error_msg(el->line_number); in Execute() local
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp274 std::stringstream error_msg; in ExtractCompiledInt() local
311 std::stringstream error_msg; in ExtractSdkVersion() local
338 std::string error_msg; in ExtractAppInfoFromBinaryManifest() local
/frameworks/base/tools/aapt2/link/
DXmlReferenceLinker.cpp104 DiagMessage error_msg(source); in Visit() local
DReferenceLinker.cpp347 DiagMessage error_msg(reference->GetSource()); in LinkReference() local
/frameworks/native/cmds/installd/
Dotapreopt.cpp442 std::string error_msg; in PatchoatBootImage() local
507 std::string error_msg; in Dex2oatBootImage() local
636 static bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec()
Ddexopt.cpp1687 int* dexopt_needed_out, std::string* error_msg) { in process_secondary_dexoptanalyzer_result()
1776 char* out_oat_dir, char* out_oat_isa_dir, char* out_oat_path, std::string* error_msg) { in create_secondary_dex_oat_layout()
1801 std::string* error_msg) { in validate_dexopt_storage_flags()
1828 /* out */ std::string* error_msg) { in process_secondary_dex_dexopt()
1955 const char* dex_metadata_path, const char* compilation_reason, std::string* error_msg) { in dexopt()
2214 std::string error_msg; in reconcile_secondary_dex_file() local
DInstalldNativeService.cpp1975 std::string error_msg; in dexopt() local
/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp73 static void LogError(png_structp png_ptr, png_const_charp error_msg) { in LogError()