Searched refs:idmap (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 76 char idmap[4096]; in change_to_userns() local 88 ret = snprintf(idmap, sizeof(idmap), "0 %d 1", uid); in change_to_userns() 89 if (ret < 0 || (size_t)ret >= sizeof(idmap)) in change_to_userns() 93 write_to_file("/proc/self/uid_map", idmap, strlen(idmap), 0); in change_to_userns() 95 ret = snprintf(idmap, sizeof(idmap), "0 %d 1", gid); in change_to_userns() 96 if (ret < 0 || (size_t)ret >= sizeof(idmap)) in change_to_userns() 100 write_to_file("/proc/self/gid_map", idmap, strlen(idmap), 0); in change_to_userns()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 65 public asset_path(String8 path, FileType fileType, String8 idmap, in asset_path() argument 70 this.idmap = idmap; in asset_path() 77 String8 idmap; field in CppAssetManager.asset_path 86 ", idmap='" + idmap + '\'' + in toString() 611 Asset idmap = openIdmapLocked(ap); in appendPathToResTable_measured() local 642 sharedRes.add(ass, idmap, nextEntryIdx + 1, false, false, false); in appendPathToResTable_measured() 669 mResources.add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable_measured() 744 if (ap.idmap.length() != 0) { in openIdmapLocked() 745 ass = openAssetFromFileLocked(ap.idmap, AccessMode.ACCESS_BUFFER); in openIdmapLocked() 747 ALOGV("loading idmap %s\n", ap.idmap.string()); in openIdmapLocked() [all …]
|
/external/python/cpython2/Lib/ |
D | Cookie.py | 313 idmap=_idmap, translate=string.translate): argument 320 if "" == translate(str, idmap, LegalChars): 453 idmap=_idmap, translate=string.translate): argument 458 if "" != translate(key, idmap, LegalChars):
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | onepass.cc | 588 std::map<int, int> idmap; in IsOnePass() local 591 idmap[nodebyid[i]] = i; in IsOnePass() 608 idmap[node->action[i] >> kIndexShift]); in IsOnePass()
|
/external/minijail/ |
D | minijail0_cli.c | 316 char *idmap = xmalloc(IDMAP_LEN); in build_idmap() local 317 ret = snprintf(idmap, IDMAP_LEN, "%d %d 1", id, lowerid); in build_idmap() 319 free(idmap); in build_idmap() 323 return idmap; in build_idmap()
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 1373 idmap = prefix + 'STypeMap' 1393 empty_idmap = 'template <VkStructureType id> struct ' + idmap + ' {};' 1456 …code.append(idmap_format.format(template=idmap, typename=typename, id_value=info.value, typedef=ty… 1463 utilities_format.format(id_member=id_member, id_map=idmap, type_map=typemap,
|
/external/cpuinfo/test/dmesg/ |
D | oppo-r9.log | 767 <7>[ 4.890089] (7)[865:idmap][865:idmap] exit 768 <7>[ 4.890585]-(7)[865:idmap][865:idmap] sig 17 to [386:main] stat=S 845 <7>[ 5.299441] (5)[877:idmap][877:idmap] exit 846 <7>[ 5.299915]-(5)[877:idmap][877:idmap] sig 17 to [385:main] stat=S
|