Home
last modified time | relevance | path

Searched refs:ErrnoErrorf (Results 1 – 12 of 12) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfMap.h67 return ErrnoErrorf("Get firstKey map {} failed", mMapFd.get()); in getFirstKey()
75 return ErrnoErrorf("Get next key of map {} failed", mMapFd.get()); in getNextKey()
82 return ErrnoErrorf("Write to map {} failed", mMapFd.get()); in writeValue()
90 return ErrnoErrorf("Read value of map {} failed", mMapFd.get()); in readValue()
97 return ErrnoErrorf("Delete entry from map {} failed", mMapFd.get()); in deleteValue()
184 return ErrnoErrorf("Pinned map not accessible or does not exist: ({})", path); in init()
/system/linkerconfig/modules/
Dconfigparser.cc38 return ErrnoErrorf("Cannot read file {}", config_path); in ParseLinkerConfig()
/system/libbase/
Dresult_test.cpp376 result = ErrnoErrorf("{} {}!", "hello", "world"); in TEST()
384 Result<int> inner_result = ErrnoErrorf("inner failure"); in TEST()
398 outer_result = ErrnoErrorf("outer failure caused by {}", inner_result.error()); in TEST()
408 Result<int> inner1 = ErrnoErrorf("error1"); in TEST()
412 Result<int> inner2 = ErrnoErrorf("error2"); in TEST()
/system/core/fastboot/
Dvendor_boot_img_utils.cpp165 return ErrnoErrorf("Can't seek to the beginning of {} image", what); in load_file()
169 return ErrnoErrorf("Cannot read {} to string", what); in load_file()
182 return ErrnoErrorf("Cannot seek to beginning of {} before writing", what); in store_file()
185 return ErrnoErrorf("Cannot write new content to {}", what); in store_file()
188 return ErrnoErrorf("Truncating new vendor boot image to 0x{:x} fails", data.size()); in store_file()
/system/netd/server/
DOffloadUtils.cpp78 return ErrnoErrorf("Get hardware address type of interface {} failed", interface); in isEthernet()
90 return ErrnoErrorf("Unknown hardware address type {} on interface {}", rv, interface); in isEthernet()
/system/linkerconfig/generator/
Dlibrarylistloader.cc48 return ErrnoErrorf("Failed to open file {}", file_path); in GetLibrariesFromFile()
Dvariableloader.cc52 return ErrnoErrorf("Failed to get realpath from {}", target_path); in GetRealPath()
/system/tools/sysprop/
DCommon.cpp300 return ErrnoErrorf("Error reading file {}", input_file_path); in ParseProps()
323 return ErrnoErrorf("Error reading file {}", input_file_path); in ParseApiFile()
DJavaGen.cpp494 return ErrnoErrorf("Writing generated java class to {} failed", in GenerateJavaLibrary()
/system/libbase/include/android-base/
Dresult.h206 #define ErrnoErrorf(fmt, ...) android::base::ErrnoErrorfImpl(FMT_STRING(fmt), ##__VA_ARGS__) macro
/system/core/init/
Dservice_utils.cpp255 return ErrnoErrorf("setrlimit({}, {{rlim_cur={}, rlim_max={}}}) failed", rlimit.first, in SetProcessAttributes()
/system/apex/apexd/
Dapexd.cpp1415 return ErrnoErrorf("Can't open {}", file_name); in EmitApexInfoList()
1431 return ErrnoErrorf("Can't write to {}", file_name); in EmitApexInfoList()
1444 return ErrnoErrorf("Can't bind mount {} to {}", file_name, mount_point); in EmitApexInfoList()