Searched refs:ErrnoErrorf (Results 1 – 12 of 12) sorted by relevance
/system/bpf/libbpf_android/include/bpf/ |
D | BpfMap.h | 67 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/ |
D | configparser.cc | 38 return ErrnoErrorf("Cannot read file {}", config_path); in ParseLinkerConfig()
|
/system/libbase/ |
D | result_test.cpp | 376 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/ |
D | vendor_boot_img_utils.cpp | 165 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/ |
D | OffloadUtils.cpp | 78 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/ |
D | librarylistloader.cc | 48 return ErrnoErrorf("Failed to open file {}", file_path); in GetLibrariesFromFile()
|
D | variableloader.cc | 52 return ErrnoErrorf("Failed to get realpath from {}", target_path); in GetRealPath()
|
/system/tools/sysprop/ |
D | Common.cpp | 300 return ErrnoErrorf("Error reading file {}", input_file_path); in ParseProps() 323 return ErrnoErrorf("Error reading file {}", input_file_path); in ParseApiFile()
|
D | JavaGen.cpp | 494 return ErrnoErrorf("Writing generated java class to {} failed", in GenerateJavaLibrary()
|
/system/libbase/include/android-base/ |
D | result.h | 206 #define ErrnoErrorf(fmt, ...) android::base::ErrnoErrorfImpl(FMT_STRING(fmt), ##__VA_ARGS__) macro
|
/system/core/init/ |
D | service_utils.cpp | 255 return ErrnoErrorf("setrlimit({}, {{rlim_cur={}, rlim_max={}}}) failed", rlimit.first, in SetProcessAttributes()
|
/system/apex/apexd/ |
D | apexd.cpp | 1415 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()
|