Lines Matching defs:nullptr

299     char* before = nullptr;
300 char* after = nullptr;
375 auto path = create_data_path(uuid ? uuid->c_str() : nullptr);
455 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
459 if (_aidl_return != nullptr) *_aidl_return = -1;
496 if ((_aidl_return != nullptr)
536 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
548 if (getxattr(ce_path.c_str(), kXattrDefault, nullptr, 0) == -1
549 && getxattr(de_path.c_str(), kXattrDefault, nullptr, 0) == -1) {
550 if (setxattr(ce_path.c_str(), kXattrDefault, nullptr, 0, 0) != 0) {
559 if (getxattr(target.c_str(), kXattrDefault, nullptr, 0) == -1) {
597 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
656 std::vector<userid_t> users = get_known_users(/*volume_uuid*/ nullptr);
675 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
710 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
717 char *argv[] = { (char*) ce_path.c_str(), (char*) de_path.c_str(), nullptr };
721 while ((p = fts_read(fts)) != nullptr) {
736 while (child != nullptr) {
817 const char* from_uuid = fromUuid ? fromUuid->c_str() : nullptr;
818 const char* to_uuid = toUuid ? toUuid->c_str() : nullptr;
866 seInfo, targetSdkVersion, nullptr).isOk()) {
878 nullptr,
879 nullptr
952 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
954 if (uuid_ == nullptr) {
977 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
984 if (uuid_ == nullptr) {
1014 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1047 (char*) media_path.c_str(), nullptr };
1135 active = nullptr;
1234 if (stats != nullptr) {
1279 if (extStats != nullptr) {
1320 if (d == nullptr) {
1371 if (d == nullptr) {
1400 char *argv[] = { (char*) path.c_str(), nullptr };
1471 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1577 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1731 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1800 collectQuotaStats(device, userId, appId, nullptr, &extStats);
1810 char *argv[] = { (char*) path.c_str(), nullptr };
1822 if (ext != nullptr) {
1942 const char* default_value = nullptr) {
1943 return data == nullptr ? default_value : data->c_str();
2011 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2294 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2408 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
2509 if (ioctl(rfd.get(), FS_IOC_ENABLE_VERITY, nullptr) < 0) {
2623 nullptr) != 0 && errno != EBUSY) {
2627 nullptr) != 0 && errno != EBUSY) {
2641 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2654 auto path = create_data_path(uuid ? uuid->c_str() : nullptr);